From: Michael Orlitzky Date: Mon, 11 Jun 2012 01:23:28 +0000 (-0400) Subject: Add an example config file. X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=commitdiff_plain;h=cc71bab554b85446aa6f267900f93ac6accee28b Add an example config file. --- diff --git a/whatever-dl.example.conf.yml b/whatever-dl.example.conf.yml new file mode 100644 index 0000000..7576de8 --- /dev/null +++ b/whatever-dl.example.conf.yml @@ -0,0 +1,9 @@ +# We support two download methods. The first is Ruby's built-in +# openuri; the second is via the external program wget. Using wget +# will allow you to continue interrupted downloads, but adds a +# dependency. +download_method: openuri +# download_method: wget + +# You can set your HTTP user agent if you like. +user_agent: whatever-dl