Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • 3
    No option to save with custom filename ?
    – Alex
    Commented May 21, 2014 at 15:29
  • 2
    @Alex added -o FILENAME option to version 2.1 Commented Jul 10, 2014 at 11:04
  • The progress bar does not appear when I use this module under Cygwin.
    – Joe Coder
    Commented May 6, 2015 at 7:40
  • You should change from -o to -O to avoid confusion, as it is in GNU wget. Or at least both options should be valid.
    – erik
    Commented Jul 17, 2015 at 15:46
  • @eric I am not sure that I want to make wget.py an in-place replacement for real wget. The -o already behaves differently - it is compatible with curl this way. Would a note in documentation help to resolve the issue? Or it is the essential feature for an utility with such name to be command line compatible? Commented Jul 17, 2015 at 20:24