Added media attempt configuration, default from 3 to 2, 1 for JJ scraper.

This commit is contained in:
DebaucheryLibrarian
2023-07-06 00:30:04 +02:00
parent a6077599bb
commit f6c1910be3
4 changed files with 8 additions and 2 deletions

View File

@@ -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',