RubyGems Navigation menu

youtube-g 0.4.0

FEATURES/PROBLEMS: * Aims to be in parity with Google’s YouTube GData API (it is currently not complete) == SYNOPSIS: Basic queries: @client = YouTubeG::Client.new @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’] }) == REQUIREMENTS: * None == INSTALL: * sudo gem install youtube-g

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.5.0 - August 20, 2009 (19KB)
  2. 0.4.9.9 - September 01, 2008* (18.5KB)
  3. 0.4.1 - February 11, 2008* (14.5KB)
  4. 0.4.0 - December 18, 2007* (13.5KB)

Runtime依存関係 (1):

hoe >= 1.3.0

所有者:

作者:

  • Shane Vitarana, Walter Korman

SHA 256チェックサム:

e2543de96d52ce18633882a2720dba7b561038efcb851d887206fa34d314b019

累計ダウンロード数 45,439

このバージョンのみ 3,460

ライセンス:

N/A

必要なRubyのバージョン: > 0.0.0

リンク: