RubyGems Navigation menu

youtube-g 0.4.1

youtube-g is a pure Ruby client for the YouTube GData API. It provides an easy way to access the latest YouTube video search results from your own programs. In comparison with the earlier Youtube search interfaces, this new API and library offers much-improved flexibility around executing complex search queries to obtain well-targeted video search results. More detail on the underlying source Google-provided API is available at: http://code.google.com/apis/youtube/overview.html == FEATURES/PROBLEMS: * Aims to be in parity with Google's YouTube GData API. Core functionality is currently present -- work is in progress to fill in the rest. == SYNOPSIS: Create a client: require 'rubygems' require 'youtube_g' client = YouTubeG::Client.new Basic queries: client.videos_by(:query => "penguin") client.videos_by(:tags => ['tiger', 'leopard']) client.videos_by(:categories => [:news, :sports]) client.videos_by(:categories => [:news, :sports], :tags => ['soccer', 'football']) client.videos_by(:user => 'liz') Standard feeds: client.videos_by(:most_viewed) client.videos_by(:top_rated, :time => :today) Advanced queries (with boolean operators OR (either), AND (include), NOT (exclude)): client.videos_by(:categories => { :either => [:news, :sports], :exclude => [:comedy] }, :tags => { :include => ['football'], :exclude => ['soccer'] })

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.5.0 - August 20, 2009 (19 ko)
  2. 0.4.9.9 - September 01, 2008* (18,5 ko)
  3. 0.4.1 - February 11, 2008* (14,5 ko)
  4. 0.4.0 - December 18, 2007* (13,5 ko)

Dépendances de Runtime (1):

hoe >= 1.5.0

Propriétaires:

Auteurs:

  • Shane Vitarana, Walter Korman

Total de contrôle SHA 256:

3f45ff4c9978675251a83434aed0a24977a394f436ba2ff5110c9955d9bb646e

Total de téléchargements 45 413

Pour cette version 3 937

License:

aucune

Version de Ruby requise: > 0.0.0

Liens: