Browse Source

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.
rtmp_test
Rogério Brito 14 years ago
parent
commit
0ecedbdb03
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube-dl

+ 2
- 2
youtube-dl View File

@ -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


Loading…
Cancel
Save