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

retrieve region-specific and category-specific standardfeeds #184

Closed bsv9 closed 10 years ago

bsv9 commented 11 years ago

Use region-specific and category-specific filters for the standardfeeds https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds

eg: YouTubeIt::Request::StandardSearch.new(:top_rated, :offset => 5, :max_results => 10, :time => :today, :region => "RU", :category => "News")