]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commit
Added the ability to download Youtube videos.
authormjo <mjo@mjo.(none)>
Tue, 2 Sep 2008 22:13:40 +0000 (18:13 -0400)
committermjo <mjo@mjo.(none)>
Tue, 2 Sep 2008 22:13:40 +0000 (18:13 -0400)
commitaf614c64b3d5998471af5e54b3d8f36d3e00cc63
treeb8c79c962d804c241b92c407601fed6dd5ce3739
parent9390083b114048a6782454a37f799733707ee5dc
Added the ability to download Youtube videos.

Fixed a typo in the main executable which was causing a crash.
Added the progress bar tests back to the suite.
Added a Youtube class and the accompanying unit tests/fixtures.
bin/whatever-dl
src/websites/youtube.rb [new file with mode: 0644]
test/fixtures/youtube/SudixyugiX4.html [new file with mode: 0644]
test/test_suite.rb
test/youtube_test.rb [new file with mode: 0644]