summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-10-24 22:18:03 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-10-24 22:18:03 +0200
commitbcb28563b0b8e3cfbc574771ad8a9929ec58efd2 (patch)
treee2b9439538bfa08273fc7c162887b7a50aaa2ac6 /module
parentMerge pull request #2102 from GammaC0de/patch-6 (diff)
downloadpyload-bcb28563b0b8e3cfbc574771ad8a9929ec58efd2.tar.xz
Update XFileSharing.py
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/XFileSharing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/XFileSharing.py b/module/plugins/hoster/XFileSharing.py
index 532e1e1e2..a35c0bedc 100644
--- a/module/plugins/hoster/XFileSharing.py
+++ b/module/plugins/hoster/XFileSharing.py
@@ -8,7 +8,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo
class XFileSharing(XFSHoster):
__name__ = "XFileSharing"
__type__ = "hoster"
- __version__ = "0.61"
+ __version__ = "0.62"
__status__ = "testing"
__pattern__ = r'^unmatchable$'
@@ -49,7 +49,7 @@ class XFileSharing(XFSHoster):
self.req = self.pyload.requestFactory.getRequest(self.classname)
self.premium = False
- super(SimpleCrypter, self).setup_base()
+ super(XFileSharing, self).setup_base()
#@TODO: Recheck in 0.4.10