1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +00:00

vimeo: Remove clutter in some messages.

We should make a unified way of printing messages, but let's follow suit and
do what the main YoutubeIE does here.
This commit is contained in:
Rogério Brito 2011-04-20 21:07:57 -03:00
parent 00f3977f77
commit 0ecedbdb03

View file

@ -1735,11 +1735,11 @@ class VimeoIE(InfoExtractor):
def report_download_webpage(self, video_id): def report_download_webpage(self, video_id):
"""Report webpage download.""" """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): def report_extraction(self, video_id):
"""Report information extraction.""" """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): def _real_initialize(self):
return return