1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-30 09:30:23 +08:00

Merge pull request #280 from ytdl-org/master

[pull] master from ytdl-org:master
This commit is contained in:
pull[bot]
2020-03-03 13:04:54 +00:00
committed by GitHub
Unverified
+1 -1
View File
@@ -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')):
elif any(p in url for p in ('play_redirect_hls', 'moogaloop.swf', '/album/', '/showcase/')):
url = 'https://vimeo.com/' + video_id
try: