kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

Is it possible to upload a video as unlisted? #106

Closed JWesorick closed 12 years ago

JWesorick commented 12 years ago

You can upload videos as public or private, but what about uploading a video as unlisted? Am I missing it somewhere?

JWesorick commented 12 years ago

Ok cool, so I found it. For anyone else looking for this you have to add :list to the upload function with either "allowed" or "denied". Thanks for an awesome gem.