Updated mindgeek scraper for entities. Various fixes.

This commit is contained in:
2020-06-28 22:29:18 +02:00
parent 41d7d2fa34
commit 98c19b560f
32 changed files with 24 additions and 12 deletions

View File

@@ -46,10 +46,10 @@ const { argv } = yargs
type: 'boolean',
default: true,
})
.option('profiles', {
.option('scene-actors', {
describe: 'Scrape profiles for new actors after fetching scenes',
type: 'boolean',
alias: 'with-actors',
alias: 'with-profiles',
default: false,
})
.option('scene', {