Don't skip unavailable fragments during download

This commit is contained in:
tcely 2025-03-28 15:20:04 -04:00 committed by GitHub
parent 55a8bc96f6
commit 3f873e1100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,6 +281,7 @@ def download_media(
'writethumbnail': embed_thumbnail,
'check_formats': None,
'overwrites': None,
'skip_unavailable_fragments': False,
'sleep_interval': 10 + int(settings.DOWNLOAD_MEDIA_DELAY / 20),
'max_sleep_interval': settings.DOWNLOAD_MEDIA_DELAY,
'sleep_interval_requests': 1 + (2 * settings.BACKGROUND_TASK_ASYNC_THREADS),