summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UlozTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/UlozTo.py')
-rw-r--r--module/plugins/hoster/UlozTo.py6
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":