mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 16:57:14 +08:00
Merge pull request #285 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
commit
d6935f19cc
@ -586,7 +586,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
||||
url = 'https://vimeo.com/' + video_id
|
||||
elif is_player:
|
||||
url = 'https://player.vimeo.com/video/' + video_id
|
||||
elif any(p in url for p in ('play_redirect_hls', 'moogaloop.swf', '/album/', '/showcase/')):
|
||||
elif any(p in url for p in ('play_redirect_hls', 'moogaloop.swf')):
|
||||
url = 'https://vimeo.com/' + video_id
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user