Reduce default of --extractor-retries to 3
so that even those not using sleep won't get 429'd on youtube
This commit is contained in:
parent
da7f321e93
commit
d6e51845b7
2 changed files with 2 additions and 2 deletions
|
|
@ -1220,7 +1220,7 @@ def parseOpts(overrideArguments=None):
|
|||
extractor = optparse.OptionGroup(parser, 'Extractor Options')
|
||||
extractor.add_option(
|
||||
'--extractor-retries',
|
||||
dest='extractor_retries', metavar='RETRIES', default=10,
|
||||
dest='extractor_retries', metavar='RETRIES', default=3,
|
||||
help='Number of retries for known extractor errors (default is %default), or "infinite"')
|
||||
extractor.add_option(
|
||||
'--allow-dynamic-mpd', '--no-ignore-dynamic-mpd',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue