Skip to content

Commit

Permalink
Revert "[vimeo] fix showcase password protected video extraction(clos…
Browse files Browse the repository at this point in the history
…es #24224)"

This reverts commit 12ee431.
  • Loading branch information
remitamine authored and pareronia committed Jun 22, 2020
1 parent 6fb0496 commit 300ed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/vimeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def _real_extract(self, url):
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:
Expand Down

0 comments on commit 300ed84

Please sign in to comment.