# 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