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

Version 2 api urls, error fixes and "likes", "dislikes" added to rating #11

Closed mseppae closed 13 years ago

mseppae commented 13 years ago

I edited urls so that they use always version 2 youtube api. This way we can get some more data like 'likes' and 'dislikes' of the youtube videos, I also added these attributes to Rating class.

There was also a parsing error when video is not available in the region. I fixed the error, video metadata for unavailable video is still fetched and things like duration is set to 0.

kylejginavan commented 13 years ago

great contribution! this has been merged and released.