]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commit
Added support for blip.tv.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Oct 2009 02:16:02 +0000 (22:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Oct 2009 02:49:10 +0000 (22:49 -0400)
commitd56c687299c6db6d4571c78ddb54e5da0d8b96ca
treea8b54bfdb8a1863f5f81dcd3a351e5bb7d4152dc
parentcf4493e1c64413ee989308b4b435640a763cdea9
Added support for blip.tv.
Created the Bliptv class.
Added several tests, along with fixtures, for the new class.
Added the Bliptv tests to the test suite.
src/websites/bliptv.rb [new file with mode: 0644]
test/bliptv_test.rb [new file with mode: 0644]
test/fixtures/bliptv/1752651.htm [new file with mode: 0644]
test/fixtures/bliptv/923682-mov.htm [new file with mode: 0644]
test/fixtures/bliptv/923682-mp4.htm [new file with mode: 0644]
test/fixtures/bliptv/923682-no_alternatives.htm [new file with mode: 0644]
test/fixtures/bliptv/923819-mov.htm [new file with mode: 0644]
test/fixtures/bliptv/923819.htm [new file with mode: 0644]
test/test_suite.rb