diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-07 13:11:04 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-07 13:11:04 +0200 |
commit | 675dec650ee14137d9e613dcb780776257568654 (patch) | |
tree | ceec049068a7845ef13f37e6aa609583d4dd8424 /module/plugins/hoster/XFileSharingPro.py | |
parent | [XFSPAccount] Improve loadAccountInfo (diff) | |
download | pyload-675dec650ee14137d9e613dcb780776257568654.tar.xz |
[XFileSharingPro] Code cosmetics
Diffstat (limited to 'module/plugins/hoster/XFileSharingPro.py')
-rw-r--r-- | module/plugins/hoster/XFileSharingPro.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/XFileSharingPro.py b/module/plugins/hoster/XFileSharingPro.py index 18e0920fc..6d97cf6ca 100644 --- a/module/plugins/hoster/XFileSharingPro.py +++ b/module/plugins/hoster/XFileSharingPro.py @@ -242,7 +242,7 @@ class XFileSharingPro(SimpleHoster): self.retry(25) elif 'countdown' in self.errmsg or 'Expired' in self.errmsg: self.retry() - elif 'maintenance' in self.errmsg: + elif 'maintenance' in self.errmsg or 'maintainance' in self.errmsg: self.tempOffline() elif 'download files up to' in self.errmsg: self.fail("File too large for free download") |