1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-04 23:21:17 +02:00

removed print statement

This commit is contained in:
Johny Mo Swag 2013-06-26 19:04:05 -07:00
parent 5b66de8859
commit 8b50fed04b

View File

@ -14,8 +14,6 @@ def _real_extract(self, url):
webpage_src = self._download_webpage(url, video_id)
print video_id
video_url_base64 = self._search_regex(r'data-path="(.*?)"',
webpage_src, u'video URL')