Added sparse date mode. Fixed profile fetch error catching. Updated Kelly Madison scraper, using site IDs and fixed profile scraper.

This commit is contained in:
DebaucheryLibrarian
2024-12-30 01:57:26 +01:00
parent ffea90b5e8
commit 23f76fd1be
9 changed files with 73 additions and 30 deletions

View File

@@ -174,6 +174,12 @@ const { argv } = yargs
default: config.upcomingMissingDateLimit,
alias: ['upcoming-null-date-limit'],
})
.option('filter-sparse-dates', {
describe: 'If some but not all scenes have dates, filter out scenes without dates, instead of using missing date limit.',
type: 'boolean',
default: false,
alias: ['sparse'],
})
.option('page', {
describe: 'Page to start scraping at',
type: 'number',