mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 19:42:49 -05:00
[videoweed]Cleanup
This commit is contained in:
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user