Added media attempt configuration, default from 3 to 2, 1 for JJ scraper.
This commit is contained in:
@@ -192,6 +192,11 @@ const { argv } = yargs
|
||||
type: 'number',
|
||||
default: config.media.limit,
|
||||
})
|
||||
.option('media-attempts', {
|
||||
describe: 'Maximum amount of retries per URL',
|
||||
type: 'number',
|
||||
default: config.media.attempts,
|
||||
})
|
||||
.option('images', {
|
||||
describe: 'Include any photos, posters or covers',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user