mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Don't skip missing fragments during format testing
This commit is contained in:
parent
e01301e1ce
commit
b9f575fbc0
@ -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,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user