summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohny Mo Swag <johnymo@me.com>2013-06-26 19:04:05 -0700
committerJohny Mo Swag <johnymo@me.com>2013-06-26 19:04:05 -0700
commit8b50fed04b15647210f7597150b84514ca6ff7d0 (patch)
tree0fcd0858c19c8e31b252802b7e2fcc8d3506ea9f
parent5b66de88592f124b586f90ef3bbd0e2d3d91968c (diff)
downloadyoutube-dl-8b50fed04b15647210f7597150b84514ca6ff7d0.tar.gz
youtube-dl-8b50fed04b15647210f7597150b84514ca6ff7d0.tar.xz
youtube-dl-8b50fed04b15647210f7597150b84514ca6ff7d0.zip
removed print statement
-rw-r--r--youtube_dl/extractor/hotnewhiphop.py2
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')