From 0ed4fcfff4cdfc0937e8f22e65813c79ee2a5f5d Mon Sep 17 00:00:00 2001 From: tcneyland Date: Tue, 12 Apr 2011 07:09:17 +0800 Subject: [PATCH] Removed unnecessary linking to vimeo screenshot --- plugins/vimeo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vimeo.py b/plugins/vimeo.py index 492d817..90370ce 100644 --- a/plugins/vimeo.py +++ b/plugins/vimeo.py @@ -6,7 +6,7 @@ video_regex = (r'(?i)http://(?:www\.)?vimeo.com/([A-Za-z0-9\-]+)') r'([a-zA-Z]+://|www\.)[^ ]+' video_request_base = "http://vimeo.com/api/v2/video/%s.json" -video_info = "\x02%(title)s\x02 - length \x02%(duration)ss\x02 - \x02%(stats_number_of_likes)s\x02 likes - \x02%(stats_number_of_plays)s\x02 plays - \x02%(user_name)s\x02 on \x02%(upload_date)s\x02 - %(thumbnail_large)s " +video_info = "\x02%(title)s\x02 - length \x02%(duration)ss\x02 - \x02%(stats_number_of_likes)s\x02 likes - \x02%(stats_number_of_plays)s\x02 plays - \x02%(user_name)s\x02 on \x02%(upload_date)s\x02" def viemo_video_info(video_id):