Posted By:
Date: 2007-12-18 08:41
Summary: youtube-g 0.4.0 Released
Project: youtube-g

youtube-g version 0.4.0 has been released!

## 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

Changes:

## 0.4.0 / 2007-12-18

* Fixed API projection in search URL [Pete Higgins]
* Fixed embeddable video searching [Pete Higgins]
* Fixed video embeddable detection [Pete Higgins]
* Fixed unique id hyphen detection [Pete Higgins, Chris Taggart]

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: youtube-g-0.4.0-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post