diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-20 23:19:48 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-20 23:19:48 +0200 |
commit | e5c181a241e0618c91c587b52cd50eb34eb90234 (patch) | |
tree | 4a96e6c2b8cb18e6fa45388b629c5879da1ac7ec | |
parent | Merge pull request #2085 from GammaC0de/patch-6 (diff) | |
download | pyload-e5c181a241e0618c91c587b52cd50eb34eb90234.tar.xz |
Update XFSHoster.py
-rw-r--r-- | module/plugins/internal/XFSHoster.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py index 7e6439ecf..ba851f25d 100644 --- a/module/plugins/internal/XFSHoster.py +++ b/module/plugins/internal/XFSHoster.py @@ -13,7 +13,7 @@ from module.plugins.internal.utils import html_unescape, seconds_to_midnight class XFSHoster(SimpleHoster): __name__ = "XFSHoster" __type__ = "hoster" - __version__ = "0.66" + __version__ = "0.67" __status__ = "testing" __pattern__ = r'^unmatchable$' @@ -217,8 +217,8 @@ class XFSHoster(SimpleHoster): self.set_wait(wait_time) self.set_reconnect(False) - self.handle_captcha(inputs) - self.wait() + self.handle_captcha(inputs) + self.wait() else: inputs['referer'] = self.pyfile.url |