]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commit
Added configurable downloaders.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 27 Sep 2009 04:52:46 +0000 (00:52 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Oct 2009 02:49:10 +0000 (22:49 -0400)
commite3eeb8df887fc68959ab7d7ebae5c0206b79c230
tree45c7577ca646b1a3ae85ac6fd43832ee18c7431b
parentb832fe95552b3ea080c55a576373e52960c7df39
Added configurable downloaders.
Created three new classes: Downloader, OpenUriDownloader, and WgetDownloader.
Created a configuration file.
Modified whatever-dl to use the configuration information.
bin/configuration.rb [new file with mode: 0644]
bin/whatever-dl
src/downloader.rb [new file with mode: 0644]
src/open_uri_downloader.rb [new file with mode: 0644]
src/wget_downloader.rb [new file with mode: 0644]