1
0
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:
doe1080 2025-07-16 15:01:46 +09:00
parent 1a60de8c21
commit c231459d6d
2 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -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',