Shane Vitarana more brain > blog.html

YouTube Gem 0.8.6 Released

This is mainly a bugfix release but also makes it easier to search for videos by category. Searching by category greatly helps in finding videos that are more relevant. You can now do:

videos = videos_by_category_and_tag(YouTube::Category::MUSIC, 'bush')

or if you wanted to:

videos = videos_by_category_and_tag(YouTube::Category::NEWS_POLITICS, 'bush')

For more details check out the CHANGELOG. Thanks to all the contributers, Walter Korman, Lucas Carlson, Rob Tsuk, and Thomas Cox.

Related posts:
More YouTube Library Goodness
YouTube Library 0.8.0 Released
A Ruby Interface to the YouTube API