summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ExashareCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/ExashareCom.py')
-rw-r--r--module/plugins/hoster/ExashareCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/ExashareCom.py b/module/plugins/hoster/ExashareCom.py
index c25e20d1c..3a9574631 100644
--- a/module/plugins/hoster/ExashareCom.py
+++ b/module/plugins/hoster/ExashareCom.py
@@ -8,7 +8,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo
class ExashareCom(XFSHoster):
__name__ = "ExashareCom"
__type__ = "hoster"
- __version__ = "0.04"
+ __version__ = "0.05"
__status__ = "testing"
__pattern__ = r'http://(?:www\.)?exashare\.com/\w{12}'
@@ -31,7 +31,7 @@ class ExashareCom(XFSHoster):
def handle_free(self, pyfile):
- return super(XFSHoster, self).handle_free(pyfile)
+ return super(ExashareCom, self).handle_free(pyfile)
getInfo = create_getInfo(ExashareCom)