logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 12ee431676bb655f04c7dd416a73c1f142ed368d
parent 46cc54ca8f13c7b823c1a12446cdd76d060c74b6
Author: Remita Amine <remitamine@gmail.com>
Date:   Tue,  3 Mar 2020 12:33:38 +0100

[vimeo] fix showcase password protected video extraction(closes #24224)

Diffstat:

Myoutube_dl/extractor/vimeo.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py @@ -585,7 +585,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: