Added option to fetch all of an actor's releases (for supporter scrapers), and a utility to extract posters.

This commit is contained in:
2020-01-31 01:55:55 +01:00
parent 4ecb386233
commit ffdf0690e7
5 changed files with 58 additions and 5 deletions

View File

@@ -29,6 +29,11 @@ const { argv } = yargs
type: 'array',
alias: 'actor',
})
.option('with-releases', {
describe: 'Fetch all releases for an actor',
type: 'boolean',
default: false,
})
.option('scene', {
describe: 'Scrape scene info from URL',
type: 'array',