Sha256: bf21a4f7fbb827de54aa3cda9fc9c8aef534f242c0b68b15bddb2184447969d1

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

Search youtube via this simple ruby api

 - just 10+ LOC
 - no dependencies
 - no funky stuff going on

Install
=======
    sudo gem install youtube_search
Or

    rails plugin install git://github.com/grosser/youtube_search.git


Usage
=====
    YoutubeSearch.search('cats').first
    {
      "title"=>"Killer Whale Imitates Boat Motor",
      "published"=>"2011-09-29T15:30:43.000Z",
      "id"=>"http://gdata.youtube.com/feeds/api/videos/0b2U5r7Jwkc",
      "video_id"=>"0b2U5r7Jwkc",
      "content"=>"Top YouTube Videos on ...",
      "updated"=>"2011-10-13T20:20:54.000Z",
      ...
    }

TODO
====
 - more detailed xml parsing (atm only name and value is read)
 - parse dates into objects


Author
======
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
Hereby placed under public domain, do what you want, just do not hold me accountable...<br/>
[![Flattr](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=grosser&url=https://github.com/grosser/youtube_search&title=youtube_search&language=en_US&tags=github&category=software)
[![Build Status](https://secure.travis-ci.org/grosser/youtube_search.png)](http://travis-ci.org/grosser/youtube_search)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
youtube_search-0.1.0 Readme.md