Insex not fetching video when not required.

This commit is contained in:
DebaucheryLibrarian
2022-03-31 23:01:54 +02:00
parent e9ba02d65d
commit 5352186319
2 changed files with 5 additions and 4 deletions

View File

@@ -194,6 +194,7 @@ const { argv } = yargs
alias: 'pics',
})
.option('videos', {
alias: 'video',
describe: 'Include any trailers or teasers',
type: 'boolean',
default: true,