I'm using the python client library to upload videos to youtube.
I need to the set it's privacy as unlisted, but the API page only shows examples of how to set them as private.
Anyone knows how to change the privacy control of these videos?
Thanks!
The XML element that you need is described in http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_yt:accessControl
Following the API documentation, you can build this element as follows: