Added experimental movie page scraping with Elegant Angel.

This commit is contained in:
DebaucheryLibrarian
2020-07-17 04:33:05 +02:00
parent a88c2f0760
commit f59e809713
4 changed files with 31 additions and 19 deletions

View File

@@ -25,6 +25,10 @@ const { argv } = yargs
type: 'array',
alias: 'channel',
})
.option('movies', {
describe: 'Scrape movies from channels',
type: 'array',
})
.option('actors', {
describe: 'Scrape actors by name or slug',
type: 'array',
@@ -91,10 +95,10 @@ const { argv } = yargs
type: 'boolean',
default: true,
})
.option('redownload', {
.option('force', {
describe: 'Don\'t ignore duplicates, update existing entries',
type: 'boolean',
alias: 'force',
alias: 'redownload',
})
.option('after', {
describe: 'Don\'t fetch scenes older than',