Add privacy setting to upload.js cli (#422)

pull/425/head
Olivier Jolly 2018-03-27 16:15:40 +02:00 committed by Chocobozzz
parent 05b49c1d08
commit 320f8d7e01
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ program
.option('-U, --username <username>', 'Username')
.option('-p, --password <token>', 'Password')
.option('-n, --video-name <name>', 'Video name')
.option('-P, --privacy <privacy number>', 'Privacy')
.option('-N, --nsfw', 'Video is Not Safe For Work')
.option('-c, --category <category number>', 'Category number')
.option('-m, --comments-enabled', 'Enable comments')
@ -81,6 +82,7 @@ async function run () {
fixture: program['file'],
thumbnailfile: program['thumbnailPath'],
previewfile: program['previewPath'],
privacy: program['privacy'],
support: undefined
}