X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fwhatever-dl%2Fconfiguration.rb;h=9cca34a42b7c4bcb9178a3886cdfa569d0021426;hb=1ea5d78f268bece1396c0bfd65ce34cf1638eb7e;hp=643479e771ff1fd5bc9ddc044b4f19207bee6857;hpb=097749b9e9d7ab29bb78f681f01865741aea9342;p=dead%2Fwhatever-dl.git diff --git a/lib/whatever-dl/configuration.rb b/lib/whatever-dl/configuration.rb index 643479e..9cca34a 100644 --- a/lib/whatever-dl/configuration.rb +++ b/lib/whatever-dl/configuration.rb @@ -1,11 +1,11 @@ require 'yaml' -module Configuration +class Configuration # Configurable Options # - # We support a couple of different download methods. The :openuri + # We support a couple of different download methods. The 'openuri' # method utilizes the ruby open-uri library, and provides its own - # progress bar with no external dependencies. The :wget method, on the + # progress bar with no external dependencies. The 'wget' method, on the # other hand, requires GNU Wget (http://www.gnu.org/software/wget/), # but will support auto-resume of partially-downloaded files for # example.