]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commit
Fixed the Howcast downloads.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 27 Sep 2009 00:20:41 +0000 (20:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Oct 2009 02:49:10 +0000 (22:49 -0400)
commit7fa3c93d0b469896d3681318031601c5de3341b8
tree2f9d43f7aba8a313b48aa6336c1c35301d5621cd
parentc292aca3372339f92ea6fa8fa563ffed7f4fd19c
Fixed the Howcast downloads.
Modified the Howcast class to parse an XML file containing the real video URL.
Added a test for the new method.
src/websites/howcast.rb
test/fixtures/howcast/81134.xml [new file with mode: 0644]
test/howcast_test.rb