diff options
author | Nitzo <nitzo2001@yahoo.com> | 2016-01-19 02:13:33 +0100 |
---|---|---|
committer | Nitzo <nitzo2001@yahoo.com> | 2016-01-19 02:13:33 +0100 |
commit | 2a21e04c9a90b6e924ec4575489f390a2ee5719c (patch) | |
tree | 301214c20251dc2c1207946fd93371c4b49d9269 /module | |
parent | [SimpleHoster] fix #2283 (diff) | |
download | pyload-2a21e04c9a90b6e924ec4575489f390a2ee5719c.tar.xz |
[Hoster] Update
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/internal/Hoster.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index b0391b471..95f82cd0d 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -34,7 +34,7 @@ if not hasattr(__builtin__.property, "setter"): class Hoster(Base): __name__ = "Hoster" __type__ = "hoster" - __version__ = "0.55" + __version__ = "0.56" __status__ = "stable" __pattern__ = r'^unmatchable$' @@ -233,7 +233,7 @@ class Hoster(Base): self.pyfile.setProgress, disposition) except BadHeader, e: self.req.http.code = e.code - raise BadHeader(e) + raise else: if self.req.code in (404, 410): |