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

Private & AccessControls #74

Closed jcross closed 12 years ago

jcross commented 12 years ago

I added parsing of yt:private and the accessControls stuff to the parser and put it in the corresponding new fields in the video model. The yt:private is stored in perm_private, making it a little nonstandard. However, I wanted to avoid any mixups with the built-in Ruby private? method.

xtat commented 12 years ago

+1 please!

masterkain commented 12 years ago

Yes please