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

Adding get_my_video() and get_my_videos() to the README (see #120) #122

Closed muffl0n closed 12 years ago

muffl0n commented 12 years ago

Describe methods for retrieving private videos.

muffl0n commented 12 years ago

Maybe one should take a step further and merge the methods videos_by() and video_by() with get_my_video() and get_my_videos(). You have to log in with the client anyway so there should be no difference in getting all public videos or all videos including private ones.

muffl0n commented 12 years ago

Sorry for the two additional commits. I'm new to git/github and am getting confused a lot. :)