From 8b50fed04b15647210f7597150b84514ca6ff7d0 Mon Sep 17 00:00:00 2001 From: Johny Mo Swag Date: Wed, 26 Jun 2013 19:04:05 -0700 Subject: [PATCH] removed print statement --- youtube_dl/extractor/hotnewhiphop.py | 2 -- 1 file changed, 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')