Added Fame Digital. Added actor release scraping to DDF Network. Improved q and Gamma scraper.
This commit is contained in:
13
src/argv.js
13
src/argv.js
@@ -80,18 +80,23 @@ const { argv } = yargs
|
||||
describe: 'Don\'t fetch scenes older than',
|
||||
type: 'string',
|
||||
default: config.fetchAfter.join(' '),
|
||||
alias: 'limit',
|
||||
})
|
||||
.option('pages', {
|
||||
describe: 'Limit pages to scrape per site. Only used when no dates are found or --after is unset.',
|
||||
.option('null-date-limit', {
|
||||
describe: 'Limit amount of scenes when dates are missing.',
|
||||
type: 'number',
|
||||
default: 1,
|
||||
default: config.nullDateLimit,
|
||||
alias: 'limit',
|
||||
})
|
||||
.option('save', {
|
||||
describe: 'Save fetched releases to database',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
.option('inspect', {
|
||||
describe: 'Show data in console.',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
})
|
||||
.option('level', {
|
||||
describe: 'Log level',
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user