Introduce --skip-unavailable-fragments

This commit is contained in:
Sergey M․ 2016-08-27 04:52:18 +07:00
parent 45aab4d30b
commit 9603b66012
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
3 changed files with 18 additions and 3 deletions

View file

@ -318,6 +318,7 @@ def _real_main(argv=None):
'nooverwrites': opts.nooverwrites,
'retries': opts.retries,
'fragment_retries': opts.fragment_retries,
'skip_unavailable_fragments': opts.skip_unavailable_fragments,
'buffersize': opts.buffersize,
'noresizebuffer': opts.noresizebuffer,
'continuedl': opts.continue_dl,