FabiUnne/youtube-upload

Set publishing status

Closed this issue · 4 comments

= Versions

youtube-upload: 0.7.1
python: 2.7
python-gdata: 2.0.17

= Describe the steps (including the command you run) that will reproduce
the problem?

This isn't really a defect, but a usage question.  Is there a way to specify 
whether the uploaded video will be public or private?  Basically, we need 
people in our TV control room to be able to upload a video at night and then 
let me approve it for public consumption in the morning.  Thanks!

Original issue reported on code.google.com by jeremyco...@gmail.com on 18 Sep 2012 at 7:19

This?

$ youtube-upload -h

...

  --private             Set uploaded video(s) as private
  --unlisted            Set uploaded video(s) as unlisted

Original comment by tokland on 18 Sep 2012 at 7:22

Well, that was easy!  I didn't see it in the documentation, but I could have 
simply missed it.  Thanks!  I think this will come in so handy for us.

Original comment by jeremyco...@gmail.com on 18 Sep 2012 at 7:42

Added to the readme. Although ultimately the final documentation is --help, it 
never gets out of sync :-)

Original comment by tokland on 18 Sep 2012 at 7:45

  • Changed state: Done

Original comment by tokland on 13 May 2014 at 2:55