]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commit
Added the ability to download Vimeo videos.
authormjo <mjo@mjo.(none)>
Fri, 29 Aug 2008 21:37:30 +0000 (17:37 -0400)
committermjo <mjo@mjo.(none)>
Fri, 29 Aug 2008 21:37:30 +0000 (17:37 -0400)
commit00f5e6f475d07afa862c8f33854d8ed52185ea81
treefe07f7942a6288b4223f13e72656e9293dfecaa9
parentcb1b5a8a87ec46656e3d860c208210a5cc24a32e
Added the ability to download Vimeo videos.

Created a Vimeo class.
Created a bunch of tests for the new Vimeo class.
Added a fixture for the Vimeo tests: an XML file containing the video data.
Added a GPLv3 notice to the top of any file which did not contain one.
13 files changed:
src/websites/vimeo.rb [new file with mode: 0644]
test/fixtures/vimeo/details_data-1561578.xml [new file with mode: 0644]
test/howcast_test.rb
test/infoq_remote_test.rb
test/infoq_test.rb
test/redtube_test.rb
test/remote_test_suite.rb
test/test_suite.rb
test/veoh_test.rb
test/vimeo_test.rb [new file with mode: 0644]
test/website_test.rb
test/youporn_remote_test.rb
test/youporn_test.rb