Added option to fetch all of an actor's releases (for supporter scrapers), and a utility to extract posters.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user