X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=lib%2Fwhatever-dl%2Fconfiguration.rb;h=9cca34a42b7c4bcb9178a3886cdfa569d0021426;hp=595d21fd5c2f4797171e2eea1d4880d24f9a76d9;hb=1ea5d78f268bece1396c0bfd65ce34cf1638eb7e;hpb=25d9a75fe096553aeea68ffe0ef79b7e5acc144d diff --git a/lib/whatever-dl/configuration.rb b/lib/whatever-dl/configuration.rb index 595d21f..9cca34a 100644 --- a/lib/whatever-dl/configuration.rb +++ b/lib/whatever-dl/configuration.rb @@ -3,9 +3,9 @@ require 'yaml' 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.