]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commit
Added the Infoq site.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Jun 2008 03:43:00 +0000 (23:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Jun 2008 03:43:00 +0000 (23:43 -0400)
commit1b8ef3e1c23144e7ca2f8f6724d123b12ae9081c
tree1ea1c26a86533ef28e344c7d0d58ff2e21b4373a
parent168ef3b2ccf5b97d561a3c542a18e8e7587de291
Added the Infoq site.

Added support for infoq.com by adding a new website class. Infoq
attempts to obscure their video URLs with Base64 encoding which is
easy enough to get around. I implemented this, and a couple of tests
for the new class.
src/websites/infoq.rb [new file with mode: 0644]
test/fixtures/infoq/jim-weirich-discusses-rake.html [new file with mode: 0644]
test/infoq_remote_test.rb [new file with mode: 0644]
test/infoq_test.rb [new file with mode: 0644]
test/remote_test_suite.rb
test/test_suite.rb