vimeo: Remove clutter in some messages.
authorRogério Brito <rbrito@ime.usp.br>
Thu, 21 Apr 2011 00:07:57 +0000 (21:07 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Thu, 21 Apr 2011 00:08:01 +0000 (21:08 -0300)
We should make a unified way of printing messages, but let's follow suit and
do what the main YoutubeIE does here.

youtube-dl

index 240b2bc7b17ecf554122f8a05960362215c730c3..080490ded626ac36b3a9a4f76a83b02f294308d6 100755 (executable)
@@ -1735,11 +1735,11 @@ class VimeoIE(InfoExtractor):
 
        def report_download_webpage(self, video_id):
                """Report webpage download."""
-               self._downloader.to_screen(u'[video.vimeo] %s: Downloading webpage' % video_id)
+               self._downloader.to_screen(u'[vimeo] %s: Downloading webpage' % video_id)
 
        def report_extraction(self, video_id):
                """Report information extraction."""
-               self._downloader.to_screen(u'[video.vimeo] %s: Extracting information' % video_id)
+               self._downloader.to_screen(u'[vimeo] %s: Extracting information' % video_id)
 
        def _real_initialize(self):
                return