1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 00:48:28 +00:00

remove file_minsize

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
JChris246 2025-03-16 19:41:48 -04:00 committed by GitHub
parent 0b759aea4b
commit c2e75eade9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ class FC2IE(InfoExtractor):
'ext': 'mp4', 'ext': 'mp4',
'thumbnail': r're:https?://.+\.jpe?g', 'thumbnail': r're:https?://.+\.jpe?g',
}, },
'file_minsize': 633,
'params': { 'params': {
'skip_download': 'm3u8', 'skip_download': 'm3u8',
}, },