mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 18:06:15 +00:00
removed print statement
This commit is contained in:
parent
5b66de8859
commit
8b50fed04b
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ class HotNewHipHopIE(InfoExtractor):
|
||||||
|
|
||||||
webpage_src = self._download_webpage(url, video_id)
|
webpage_src = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
print video_id
|
|
||||||
|
|
||||||
video_url_base64 = self._search_regex(r'data-path="(.*?)"',
|
video_url_base64 = self._search_regex(r'data-path="(.*?)"',
|
||||||
webpage_src, u'video URL')
|
webpage_src, u'video URL')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue