This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 046d02489664228bfe58eb86cce32f8cb3229907
tree 6a4665355d460beb3b22b613efd7c918ecea46cc
parent f659b353c5d46585dd02fe9de50da02f310db050
tree 6a4665355d460beb3b22b613efd7c918ecea46cc
parent f659b353c5d46585dd02fe9de50da02f310db050
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Sep 28 13:09:08 -0700 2008 | |
| |
LICENSE | Sun Sep 28 15:47:03 -0700 2008 | |
| |
README | Sun Sep 28 23:43:14 -0700 2008 | |
| |
Rakefile | Sun Sep 28 23:43:14 -0700 2008 | |
| |
TODO | Sun Sep 28 13:09:08 -0700 2008 | |
| |
dm-gvideo-adapter.gemspec | Sun Sep 28 23:43:14 -0700 2008 | |
| |
lib/ | ||
| |
script/ | Sun Sep 28 13:09:08 -0700 2008 | |
| |
spec/ | Sun Sep 28 23:43:14 -0700 2008 |
README
dm-gvideo-adapter ================= # dependencies Gvideo: http://github.com/mattetti/gvideo install the dependency: $ sudo gem install mattetti-gvideo install this adapter $ sudo gem install mattetti-dm-gvideo-adapter Usage: # URI: googlevideo://A005148908335059515423 # google video user id (or you can set the user_id in your database.yml) Video.all # returns all the user's videos Video.get("-2838281997424715962") Video.first(:title => "The Illuminati - Secret societies") Video.all(:title.like => "%Illuminati%") Video.all(:duration.gte => 360) Video.all(:duration.gte => 60, :duration.lte => 360)








