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

Combining queries user and tags returns unexpected results #175

Closed brianp closed 10 years ago

brianp commented 11 years ago

In a query like

client.videos_by(:user => 'myuser', :tags => ['SomeTag'])

The tags parameter seems to be ignored. All videos from user are returned regardless if they are tagged with 'SomeTag' or not.

If the user has no videos with the provided tag I would expect the result set to be 0.

Cheers,

chebyte commented 10 years ago

try the last version please!

tochman commented 10 years ago

Hi. I get the same issue with the latest version installed.