]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/commitdiff
Add an example config file.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 11 Jun 2012 01:23:28 +0000 (21:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 11 Jun 2012 01:23:28 +0000 (21:23 -0400)
whatever-dl.example.conf.yml [new file with mode: 0644]

diff --git a/whatever-dl.example.conf.yml b/whatever-dl.example.conf.yml
new file mode 100644 (file)
index 0000000..7576de8
--- /dev/null
@@ -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