mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
[videoweed]Cleanup
This commit is contained in:
parent
deed48b472
commit
d6e40507d0
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue