From 0ecedbdb036120849c2a7eb992ec8a993221e5f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito@ime.usp.br>
Date: Wed, 20 Apr 2011 21:07:57 -0300
Subject: [PATCH] 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.
---
 youtube-dl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube-dl b/youtube-dl
index 240b2bc7b..080490ded 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -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