From 66546318cd9faf655318ff56722294565fa8397a Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Mon, 21 May 2012 00:48:34 +0200 Subject: update filefactory, add datei.to, jumbofiles.com --- module/plugins/hoster/XFileSharingPro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/XFileSharingPro.py') diff --git a/module/plugins/hoster/XFileSharingPro.py b/module/plugins/hoster/XFileSharingPro.py index b7b7803f5..6b98b4d08 100644 --- a/module/plugins/hoster/XFileSharingPro.py +++ b/module/plugins/hoster/XFileSharingPro.py @@ -154,7 +154,7 @@ class XFileSharingPro(SimpleHoster): self.wait() elif 'captcha' in self.errmsg: self.invalidCaptcha() - elif 'countdown' in self.errmsg: + elif 'countdown' or 'Expired session' in self.errmsg: self.retry(3) elif 'maintenance' in self.errmsg: self.tempOffline() -- cgit v1.2.3