Detect and report HTTP errors when downloading (bug 106)
commit46de7bfe0c8ac76247fcbc8953d205a19f1a8d87
authorThomas Perl <thp@perli.net>
Sun, 10 Aug 2008 12:38:20 +0000 (10 14:38 +0200)
committerThomas Perl <thp@perli.net>
Sun, 10 Aug 2008 12:38:20 +0000 (10 14:38 +0200)
tree6875a1ed115c7e7e3a231eec46a9b8996ed72510
parente5460ab8d97ad1e5565265bb3f2303ae17a7ac5d
Detect and report HTTP errors when downloading (bug 106)

The FancyURLopener by default ignores HTTP errors and
downloads the HTTP error page without letting the calling
code know. We override the method and report the error
in our subclass, so we can provide feedback to the user
in the logfile and in a message dialog.

This bug has been reported by Markus Golser
src/gpodder/download.py
src/gpodder/gui.py