projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a8511
)
Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
author
Remita Amine
<remitamine@gmail.com>
Fri, 13 Mar 2020 07:59:10 +0000
(08:59 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Fri, 13 Mar 2020 07:59:10 +0000
(08:59 +0100)
This reverts commit
12ee431676bb655f04c7dd416a73c1f142ed368d
.
youtube_dl/extractor/vimeo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vimeo.py
b/youtube_dl/extractor/vimeo.py
index cea686afcebc2cd7a095b4b7545d6ba0641a126e..8cd611e1e42f177e7331ca4c3ea08a350a613e7f 100644
(file)
--- 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'
, '/album/', '/showcase/'
)):
+ elif any(p in url for p in ('play_redirect_hls', 'moogaloop.swf')):
url = 'https://vimeo.com/' + video_id
try: