projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deed48b
)
[videoweed]Cleanup
author
Sainyam Kapoor
<sainyamkapoor@yahoo.com>
Sat, 5 Apr 2014 05:23:22 +0000
(10:53 +0530)
committer
Sainyam Kapoor
<sainyamkapoor@yahoo.com>
Sat, 5 Apr 2014 05:23:22 +0000
(10:53 +0530)
youtube_dl/extractor/videoweed.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/videoweed.py
b/youtube_dl/extractor/videoweed.py
index 7110ecaa2043703d5de8b752d8e83ac1fd0d8902..55a0f18336642433557586ceec60f5ce75eba100 100644
(file)
--- a/
youtube_dl/extractor/videoweed.py
+++ b/
youtube_dl/extractor/videoweed.py
@@
-37,7
+37,7
@@
class VideoweedIE(InfoExtractor):
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)
video_id = mobj.group('id')
- print "itworks"
+
page = self._download_webpage(
'http://%s/file/%s' % (self._HOST, video_id), video_id, 'Downloading video page')