diff options
| author | Sainyam Kapoor <sainyamkapoor@yahoo.com> | 2014-04-05 10:53:22 +0530 | 
|---|---|---|
| committer | Sainyam Kapoor <sainyamkapoor@yahoo.com> | 2014-04-05 10:53:22 +0530 | 
| commit | d6e40507d04aaceb215f4e5efb6f88b36d96d4be (patch) | |
| tree | 2fad8e4201052c412d71e2c48ca6ac532c914356 /youtube_dl/extractor/videoweed.py | |
| parent | deed48b472b3cfe2f496b0c4ff3fe40a391e6725 (diff) | |
[videoweed]Cleanup
Diffstat (limited to 'youtube_dl/extractor/videoweed.py')
| -rw-r--r-- | youtube_dl/extractor/videoweed.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/videoweed.py b/youtube_dl/extractor/videoweed.py index 7110ecaa2..55a0f1833 100644 --- 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') | 
