From cc71bab554b85446aa6f267900f93ac6accee28b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 10 Jun 2012 21:23:28 -0400 Subject: [PATCH] Add an example config file. --- whatever-dl.example.conf.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 whatever-dl.example.conf.yml 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 -- 2.43.2