]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blob - whatever-dl.example.conf.yml
Update bin/whatever-dl and the configuration class for the other changes.
[dead/whatever-dl.git] / whatever-dl.example.conf.yml
1 # We support two download methods. The first is Ruby's built-in
2 # openuri; the second is via the external program wget. Using wget
3 # will allow you to continue interrupted downloads, but adds a
4 # dependency.
5 download_method: openuri
6 # download_method: wget
7
8 # You can set your HTTP user agent if you like.
9 user_agent: whatever-dl