Fixed pagination behavior for upcoming scenes.

This commit is contained in:
DebaucheryLibrarian
2020-08-22 01:57:23 +02:00
parent 7c052fedfc
commit 5f5c48ea05
3 changed files with 17 additions and 3 deletions

View File

@@ -118,6 +118,11 @@ const { argv } = yargs
type: 'boolean',
default: false,
})
.option('paginate-upcoming', {
describe: 'Attempt \'next\' upcoming page, usually unavailable.',
type: 'boolean',
default: false,
})
.option('movies', {
describe: 'Scrape movies from channels',
type: 'boolean',