summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/TusfilesNet.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 16:14:33 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 16:14:33 +0200
commit60320d4addec35b9cbd14a05b6c33fba63d6c620 (patch)
tree3a77cccab8d4281308cfddbbb03c2a87bd1f3c5a /module/plugins/hoster/TusfilesNet.py
parent[XFileSharingPro] Rename to XFSPHoster (diff)
downloadpyload-60320d4addec35b9cbd14a05b6c33fba63d6c620.tar.xz
Update plugins XFileSharingPro based
Diffstat (limited to 'module/plugins/hoster/TusfilesNet.py')
-rw-r--r--module/plugins/hoster/TusfilesNet.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/TusfilesNet.py b/module/plugins/hoster/TusfilesNet.py
index 5c0e96daa..d7cc5b8be 100644
--- a/module/plugins/hoster/TusfilesNet.py
+++ b/module/plugins/hoster/TusfilesNet.py
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
-from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo
+from module.plugins.hoster.XFSPHoster import XFSPHoster, create_getInfo
-class TusfilesNet(XFileSharingPro):
+class TusfilesNet(XFSPHoster):
__name__ = "TusfilesNet"
__type__ = "hoster"
- __version__ = "0.04"
+ __version__ = "0.05"
__pattern__ = r'https?://(?:www\.)?tusfiles\.net/\w{12}'