1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-22 13:18:29 +00:00

fix: update with fixes from PR comments

This commit is contained in:
JChris246 2025-03-16 19:16:36 -04:00
parent e92b6f53b9
commit 0b759aea4b

View File

@ -24,11 +24,10 @@ class FC2IE(InfoExtractor):
'id': '20121103kUan1KHs', 'id': '20121103kUan1KHs',
'title': 'Boxing again with Puff', 'title': 'Boxing again with Puff',
'ext': 'mp4', 'ext': 'mp4',
'thumbnail': 're:https?://.+\\.jpe?g', 'thumbnail': r're:https?://.+\.jpe?g',
}, },
'file_minsize': 633, 'file_minsize': 633,
'params': { 'params': {
# Video too small to pass test
'skip_download': 'm3u8', 'skip_download': 'm3u8',
}, },
}, { }, {
@ -39,7 +38,7 @@ class FC2IE(InfoExtractor):
'id': '20121129xMeT3Czt', 'id': '20121129xMeT3Czt',
'title': 'Rotfux', 'title': 'Rotfux',
'ext': 'mp4', 'ext': 'mp4',
'thumbnail': 're:https?://.+\\.jpe?g', 'thumbnail': r're:https?://.+\.jpe?g',
'description': 'Rotfux', 'description': 'Rotfux',
}, },
}, { }, {