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 fcce0de0203f947a0406bdf57f39d1ec2de9842b
tree 0181ba0c2a242970ef4888037e894412b0e47db8
parent 046d02489664228bfe58eb86cce32f8cb3229907
tree 0181ba0c2a242970ef4888037e894412b0e47db8
parent 046d02489664228bfe58eb86cce32f8cb3229907
| 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/ | Mon Sep 29 10:42:02 -0700 2008 | |
| |
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)







