summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareFilesCo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/ShareFilesCo.py')
-rw-r--r--module/plugins/hoster/ShareFilesCo.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareFilesCo.py b/module/plugins/hoster/ShareFilesCo.py
index 35f21916c..54ae7777a 100644
--- a/module/plugins/hoster/ShareFilesCo.py
+++ b/module/plugins/hoster/ShareFilesCo.py
@@ -6,8 +6,10 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class ShareFilesCo(DeadHoster):
__name__ = "ShareFilesCo"
__type__ = "hoster"
- __pattern__ = r'http://(?:www\.)?sharefiles\.co/\w{12}'
__version__ = "0.02"
+
+ __pattern__ = r'http://(?:www\.)?sharefiles\.co/\w{12}'
+
__description__ = """Sharefiles.co hoster plugin"""
__author_name__ = "stickell"
__author_mail__ = "l.stickell@yahoo.it"