projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b66de8
)
removed print statement
author
Johny Mo Swag
<johnymo@me.com>
Thu, 27 Jun 2013 02:04:05 +0000
(19:04 -0700)
committer
Johny Mo Swag
<johnymo@me.com>
Thu, 27 Jun 2013 02:04:05 +0000
(19:04 -0700)
youtube_dl/extractor/hotnewhiphop.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/hotnewhiphop.py
b/youtube_dl/extractor/hotnewhiphop.py
index fb403b14e692d5a17057ae942d5370f3e3ffe662..24f6e81438bfd2827693b1071f9964319cd88818 100644
(file)
--- 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')