Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Nov 27, 2008
1 parent aa6c34f commit fd72787
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rdoc
Expand Up @@ -32,7 +32,11 @@ Small Ruby Gem to get video info from youtube and vimeo url.
video.date => Mon Apr 14 13:10:39 +0200 2008
video.thumbnail_url => "http://10.media.vimeo.com/d1/5/53/09/19/thumbnail-53091921.jpg"
video.thumbnail_width => 160


video = VideoInfo.new("http://badurl.com/898029")

video.valid? => false

== Rake Task

There's a litte rake task to test an url:
Expand Down

0 comments on commit fd72787

Please sign in to comment.