mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Merge pull request #877 from tcely/patch-10
Don't skip missing fragments during format testing
This commit is contained in:
commit
3a21529adf
@ -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,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user