]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - whatever-dl.example.conf.yml
Add an example config file.
[dead/whatever-dl.git] / whatever-dl.example.conf.yml
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