Browse Source

removed print statement

rtmp_test
Johny Mo Swag 11 years ago
parent
commit
8b50fed04b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      youtube_dl/extractor/hotnewhiphop.py

+ 0
- 2
youtube_dl/extractor/hotnewhiphop.py View File

@ -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')


Loading…
Cancel
Save