X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=whatever-dl.example.conf.yml;fp=whatever-dl.example.conf.yml;h=7576de8a84e18d25d17073710e0d930e200e16e4;hp=0000000000000000000000000000000000000000;hb=cc71bab554b85446aa6f267900f93ac6accee28b;hpb=6de408333ceb0d142f8fa0fef2571228e89c8fc1 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