summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/XFSAccount.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-22 18:08:10 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-22 18:08:10 +0100
commit48f911c4c49551ae58068c51412d935dd6f920ad (patch)
treea0429857027ecb8cff3e713bcfb3b55ed055cad5 /pyload/plugins/internal/XFSAccount.py
parent[SimpleCrypter][SimpleHoster] Fix info attr init (diff)
parent[XFSHoster] Improve ERROR_PATTERN + revert direct link detection in getDownlo... (diff)
downloadpyload-48f911c4c49551ae58068c51412d935dd6f920ad.tar.xz
Merge branch 'stable' into 0.4.10
Conflicts: module/PluginThread.py pyload/plugins/Plugin.py pyload/plugins/hoster/RarefileNet.py pyload/plugins/internal/MultiHoster.py pyload/plugins/internal/SimpleCrypter.py pyload/plugins/internal/SimpleHoster.py pyload/plugins/internal/XFSHoster.py
Diffstat (limited to 'pyload/plugins/internal/XFSAccount.py')
-rw-r--r--pyload/plugins/internal/XFSAccount.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyload/plugins/internal/XFSAccount.py b/pyload/plugins/internal/XFSAccount.py
index df28191f1..1e18c09bd 100644
--- a/pyload/plugins/internal/XFSAccount.py
+++ b/pyload/plugins/internal/XFSAccount.py
@@ -12,7 +12,7 @@ from pyload.plugins.internal.SimpleHoster import parseHtmlForm, set_cookies
class XFSAccount(Account):
__name__ = "XFSAccount"
__type__ = "account"
- __version__ = "0.25"
+ __version__ = "0.26"
__description__ = """XFileSharing account plugin"""
__license__ = "GPLv3"
@@ -92,6 +92,9 @@ class XFSAccount(Account):
except Exception, e:
self.logError(e)
+ else:
+ if premium:
+ trafficleft = -1
return {'validuntil': validuntil, 'trafficleft': trafficleft, 'premium': premium}