mirror of https://github.com/yt-dlp/yt-dlp.git
[extractor/generic] Add vimeo embed that requires Referer passed
This commit is contained in:
parent
d002e91986
commit
a5ff05df1a
|
@ -1369,6 +1369,11 @@ class GenericIE(InfoExtractor):
|
|||
},
|
||||
'add_ie': ['Vimeo'],
|
||||
},
|
||||
{
|
||||
# generic vimeo embed that requires original URL passed as Referer
|
||||
'url': 'http://racing4everyone.eu/2016/07/30/formula-1-2016-round12-germany/',
|
||||
'only_matching': True,
|
||||
},
|
||||
{
|
||||
'url': 'https://support.arkena.com/display/PLAY/Ways+to+embed+your+video',
|
||||
'md5': 'b96f2f71b359a8ecd05ce4e1daa72365',
|
||||
|
|
Loading…
Reference in New Issue