Removed unnecessary linking to vimeo screenshot
This commit is contained in:
parent
641fec9bfa
commit
0ed4fcfff4
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue