Added movie URL file support. Fixed Gamma movie API scraper movie URL.
This commit is contained in:
@@ -107,6 +107,11 @@ const { argv } = yargs
|
||||
describe: 'Scrape movie info from URL',
|
||||
type: 'array',
|
||||
})
|
||||
.option('movie-file', {
|
||||
describe: 'Scrape movie info from URLs in a file',
|
||||
type: 'string',
|
||||
alias: 'movies-file',
|
||||
})
|
||||
.option('deep', {
|
||||
describe: 'Fetch details for all releases',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user