Merge pull request #877 from tcely/patch-10

Don't skip missing fragments during format testing
This commit is contained in:
meeb 2025-03-26 02:05:51 +11:00 committed by GitHub
commit 3a21529adf
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']},
},
'paths': paths,
'skip_unavailable_fragments': False,
'sleep_interval_requests': 2 * settings.BACKGROUND_TASK_ASYNC_THREADS,
'verbose': True if settings.DEBUG else False,
})