summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSHoster.py
diff options
context:
space:
mode:
authorGravatar Nitzo <nitzo2001@yahoo.com> 2016-02-04 00:05:57 +0100
committerGravatar Nitzo <nitzo2001@yahoo.com> 2016-02-04 00:05:57 +0100
commit47f65f7c74e8e489f76b22392baf4e6f48c1cf27 (patch)
tree731c84c25fb126cb5ee2abb9bf22cd7916c3d9d5 /module/plugins/internal/XFSHoster.py
parent[XFSHoster] Fix download url detection (diff)
downloadpyload-47f65f7c74e8e489f76b22392baf4e6f48c1cf27.tar.xz
[XFSHoster] Update
Diffstat (limited to 'module/plugins/internal/XFSHoster.py')
-rw-r--r--module/plugins/internal/XFSHoster.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py
index 48c4601d3..b10d178bb 100644
--- a/module/plugins/internal/XFSHoster.py
+++ b/module/plugins/internal/XFSHoster.py
@@ -13,7 +13,7 @@ from module.plugins.internal.misc import html_unescape, seconds_to_midnight, set
class XFSHoster(SimpleHoster):
__name__ = "XFSHoster"
__type__ = "hoster"
- __version__ = "0.73"
+ __version__ = "0.74"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
@@ -112,8 +112,7 @@ class XFSHoster(SimpleHoster):
self.link = m.group(1)
break
else:
- if 'op' in data:
- self.error(_("Missing OP data after: ") + data['op'])
+ self.error(_("Too many OPs"))
def handle_premium(self, pyfile):