summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/TusfilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/TusfilesNet.py')
-rw-r--r--module/plugins/hoster/TusfilesNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/TusfilesNet.py b/module/plugins/hoster/TusfilesNet.py
index 4e36164d2..048f38a6f 100644
--- a/module/plugins/hoster/TusfilesNet.py
+++ b/module/plugins/hoster/TusfilesNet.py
@@ -8,9 +8,9 @@ class TusfilesNet(XFileSharingPro):
__type__ = "hoster"
__version__ = "0.04"
- __pattern__ = r'https?://(?:www\.)?tusfiles\.net/(?P<ID>\w+)'
+ __pattern__ = r'https?://(?:www\.)?tusfiles\.net/\w{12}'
- __description__ = """ Tusfiles.net hoster plugin """
+ __description__ = """Tusfiles.net hoster plugin"""
__author_name__ = ("Walter Purcaro", "guidobelix")
__author_mail__ = ("vuolter@gmail.com", "guidobelix@hotmail.it")