mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 03:52:56 +08:00
[dnb] remove debug print
This commit is contained in:
parent
db2672eb11
commit
2444cadb8f
@ -39,7 +39,6 @@ class DNBIE(InfoExtractor):
|
|||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
url = 'https://portal.dnb.de/audioplayer/do/show/' + video_id
|
url = 'https://portal.dnb.de/audioplayer/do/show/' + video_id
|
||||||
print('url', url)
|
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
m = re.search(r'fdnbpl.media\s*=\s*(\[.*\]);', webpage)
|
m = re.search(r'fdnbpl.media\s*=\s*(\[.*\]);', webpage)
|
||||||
|
Loading…
Reference in New Issue
Block a user