diff options
author | 2012-07-31 00:33:41 +0200 | |
---|---|---|
committer | 2012-07-31 00:33:41 +0200 | |
commit | d29a3c1e8f3db0c70385b3188ecc2c8088bfc016 (patch) | |
tree | 77288892d06c1666065abb6a5ecfc4d7578e77ed /module/plugins/hoster/UlozTo.py | |
parent | linkdecrypter.com -- closed #612, #630 (diff) | |
download | pyload-d29a3c1e8f3db0c70385b3188ecc2c8088bfc016.tar.xz |
CaptchaBrotherhood plugin
Diffstat (limited to 'module/plugins/hoster/UlozTo.py')
-rw-r--r-- | module/plugins/hoster/UlozTo.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/UlozTo.py b/module/plugins/hoster/UlozTo.py index 5344ee09c..cf2f09311 100644 --- a/module/plugins/hoster/UlozTo.py +++ b/module/plugins/hoster/UlozTo.py @@ -132,7 +132,7 @@ class UlozTo(SimpleHoster): "wrong_captcha": re.compile(r'<ul class="error">\s*<li>Error rewriting the text.</li>'), "offline": re.compile(self.FILE_OFFLINE_PATTERN), "passwd": self.PASSWD_PATTERN, - "server_error": "<title>Ulo[zž].to - ([^<]+)</title>", #paralell dl, server overload etc. + "server_error": 'src="http://img.ulozto.cz/error403/vykricnik.jpg"', #paralell dl, server overload etc. "not_found": "<title>Ulož.to</title>" }) @@ -146,9 +146,9 @@ class UlozTo(SimpleHoster): elif check == "passwd": self.fail("Wrong password") elif check == "server_error": - self.logError("Server error: %s" % self.lastCheck.group(1)) + self.logError("Server error, try downloading later") self.multiDL = False - self.setWait(300, True) + self.setWait(3600, True) self.wait() self.retry() elif check == "not_found": |