summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FastshareCz.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-28 16:04:10 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-28 16:04:10 +0100
commit8b3589dd394d81177bf4680dddb5bdb9506b89ea (patch)
treef9e4b92955fe2577ef25e7bf07911bda3b5d7590 /module/plugins/hoster/FastshareCz.py
parent[SimpleHoster] Improve wait method (diff)
downloadpyload-8b3589dd394d81177bf4680dddb5bdb9506b89ea.tar.xz
Update plugins to last changes
Diffstat (limited to 'module/plugins/hoster/FastshareCz.py')
-rw-r--r--module/plugins/hoster/FastshareCz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FastshareCz.py b/module/plugins/hoster/FastshareCz.py
index f15d95ad5..40a322c0f 100644
--- a/module/plugins/hoster/FastshareCz.py
+++ b/module/plugins/hoster/FastshareCz.py
@@ -38,7 +38,7 @@ class FastshareCz(SimpleHoster):
def handleFree(self):
if "> 100% of FREE slots are full" in self.html:
- self.retry(120, 60, "No free slots")
+ self.retry(12, 60, _("No free slots"))
m = re.search(self.FREE_URL_PATTERN, self.html)
if m:
@@ -56,7 +56,7 @@ class FastshareCz(SimpleHoster):
})
if check == "paralell_dl":
- self.retry(6, 10 * 60, "Paralell download")
+ self.retry(6, 10 * 60, _("Paralell download"))
elif check == "wrong_captcha":
self.retry(max_tries=5, reason=_("Wrong captcha"))