wintermute123 / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
0 stars 0 forks source link

Set publishing status #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
= 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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