Fixed pagination behavior for upcoming scenes.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user