Browse Source

[videoweed]Cleanup

totalwebcasting
Sainyam Kapoor 11 years ago
parent
commit
d6e40507d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/videoweed.py

+ 1
- 1
youtube_dl/extractor/videoweed.py View File

@ -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…
Cancel
Save