diff options
author | Johny Mo Swag <johnymo@me.com> | 2013-06-26 19:04:05 -0700 |
---|---|---|
committer | Johny Mo Swag <johnymo@me.com> | 2013-06-26 19:04:05 -0700 |
commit | 8b50fed04b15647210f7597150b84514ca6ff7d0 (patch) | |
tree | 0fcd0858c19c8e31b252802b7e2fcc8d3506ea9f /youtube_dl/extractor/hotnewhiphop.py | |
parent | 5b66de88592f124b586f90ef3bbd0e2d3d91968c (diff) |
removed print statement
Diffstat (limited to 'youtube_dl/extractor/hotnewhiphop.py')
-rw-r--r-- | youtube_dl/extractor/hotnewhiphop.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/hotnewhiphop.py b/youtube_dl/extractor/hotnewhiphop.py index fb403b14e..24f6e8143 100644 --- a/youtube_dl/extractor/hotnewhiphop.py +++ b/youtube_dl/extractor/hotnewhiphop.py @@ -14,8 +14,6 @@ class HotNewHipHopIE(InfoExtractor): 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') |