wintermute123 / youtube-upload

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

Support for Scheduled Posting #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm currently using youtube-upload in conjunction with a middleman FTP server 
as my upload to YT directly is capped at 50Kb/s, unlike to the FTP server.

I would like the ability to set my uploads as scheduled and set a date, as I'm 
a Youtube partner.

Basically it allows you to upload a video to youtube as private, and then on a 
set time and date the video becomes public with upload notifications going out 
to your subscribers.

This would allow me to expand my workflow to further automate the uploading 
process.

Original issue reported on code.google.com by Giggaf...@googlemail.com on 31 Mar 2013 at 10:13

GoogleCodeExporter commented 8 years ago
There is a --update-metadata option that currently supports --title and 
--description. Unfortunately the update entry object has no "private" field to 
update:

http://gdata-python-client.googlecode.com/hg/pydocs/gdata.youtube.html

The v1.0 Python API is pretty clumsy, hopefully v3 (it's now experimental) will 
work a bit better.

Original comment by tokland on 2 Apr 2013 at 11:38

GoogleCodeExporter commented 8 years ago
Issue 117 has been merged into this issue.

Original comment by tokland on 11 Sep 2013 at 10:46

GoogleCodeExporter commented 8 years ago

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