Don't skip missing fragments during format testing

This commit is contained in:
tcely 2025-03-24 12:24:08 -04:00 committed by GitHub
parent e01301e1ce
commit b9f575fbc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,7 @@ def get_media_info(url, days=None):
'youtubetab': {'approximate_date': ['true']}, 'youtubetab': {'approximate_date': ['true']},
}, },
'paths': paths, 'paths': paths,
'skip_unavailable_fragments': False,
'sleep_interval_requests': 2 * settings.BACKGROUND_TASK_ASYNC_THREADS, 'sleep_interval_requests': 2 * settings.BACKGROUND_TASK_ASYNC_THREADS,
'verbose': True if settings.DEBUG else False, 'verbose': True if settings.DEBUG else False,
}) })