mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-23 21:58:29 +00:00
YapFilesIE
This commit is contained in:
parent
1a60de8c21
commit
c231459d6d
@ -1651,16 +1651,6 @@ class GenericIE(InfoExtractor):
|
||||
},
|
||||
'params': {'skip_download': 'm3u8'},
|
||||
'skip': 'IE fix required; embed detection',
|
||||
}, {
|
||||
# 🔧123
|
||||
# YapFilesIE; should be supported by _VALID_URL
|
||||
'url': 'https://www.yapfiles.ru/show/3397030/e34b69aa03829d513d7dc3ace6ec9631.mp4.html',
|
||||
'info_dict': {
|
||||
'id': 'vMDE4NzI1Mjgt690b',
|
||||
'ext': 'mp4',
|
||||
'title': 'Котята',
|
||||
},
|
||||
'skip': 'IE fix required; update _VALID_URL',
|
||||
}, {
|
||||
# ✅124
|
||||
# YoutubeIE
|
||||
|
@ -23,6 +23,14 @@ class YapFilesIE(InfoExtractor):
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'duration': 72,
|
||||
},
|
||||
}, {
|
||||
'url': 'https://www.yapfiles.ru/show/3397030/e34b69aa03829d513d7dc3ace6ec9631.mp4.html',
|
||||
'info_dict': {
|
||||
'id': 'vMDE4NzI1Mjgt690b',
|
||||
'ext': 'mp4',
|
||||
'title': 'Котята',
|
||||
},
|
||||
'skip': 'IE fix required; update _VALID_URL',
|
||||
}, {
|
||||
# without hd
|
||||
'url': 'https://api.yapfiles.ru/get_player/?uid=video_player_1872528&plroll=1&adv=1&v=vMDE4NzI1Mjgt690b',
|
||||
|
Loading…
Reference in New Issue
Block a user