Skip to content

Commit

Permalink
Added --globoff to curl options
Browse files Browse the repository at this point in the history
fixes #79
  • Loading branch information
jgoerzen committed Aug 15, 2008
1 parent a6e0a36 commit 9ed42d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Download.hs
Expand Up @@ -65,6 +65,7 @@ curlopts = ["-A", "hpodder v1.0.0; Haskell; GHC", -- Set User-Agent
"-L", -- Follow redirects
"-y", "60", "-Y", "1", -- Timeouts
"--retry", "2", -- Retry twice
"--globoff", -- Disable globbing on URLs (#79)
"-f" -- Fail on server errors
]

Expand Down

0 comments on commit 9ed42d0

Please sign in to comment.