Removed type property from scenes API.

This commit is contained in:
DebaucheryLibrarian
2020-08-13 16:10:58 +02:00
parent f8c9b69f4b
commit 59e2124407
5 changed files with 86 additions and 16 deletions

View File

@@ -61,13 +61,12 @@ const { argv } = yargs
.option('actors-scenes', {
describe: 'Fetch all scenes for an actor',
type: 'boolean',
alias: 'actor-scenes',
default: false,
})
.option('actors-sources', {
describe: 'Use these scrapers for actor data',
type: 'array',
alias: 'actor-source',
alias: 'source',
})
.option('movie-scenes', {
describe: 'Fetch all scenes for a movie',
@@ -83,7 +82,6 @@ const { argv } = yargs
.option('scene-actors', {
describe: 'Scrape profiles for new actors after fetching scenes',
type: 'boolean',
alias: 'with-profiles',
default: false,
})
.option('scene', {