Updated mindgeek scraper for entities. Various fixes.
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user