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