From 390f7deca39ba14f698b3c56660eee2a5502b79a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 28 Sep 2014 16:50:29 +0200 Subject: Cleaned-up XFileSharingPro based plugins --- module/plugins/hoster/TusfilesNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/TusfilesNet.py') 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\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") -- cgit v1.2.3