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

Searching for videos within a channel. #194

Open shivamd opened 10 years ago

shivamd commented 10 years ago

client.videos_by(user: "NBA", query: "Kobe Bryant")

The following returns the latest videos for the NBA channel. Is there a way to query within a channel? This doesn't seem to work.