summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SharebeesCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SharebeesCom.py')
-rw-r--r--module/plugins/hoster/SharebeesCom.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/hoster/SharebeesCom.py b/module/plugins/hoster/SharebeesCom.py
index a4625b6a1..d5b4a3bbc 100644
--- a/module/plugins/hoster/SharebeesCom.py
+++ b/module/plugins/hoster/SharebeesCom.py
@@ -6,8 +6,10 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class SharebeesCom(DeadHoster):
__name__ = "SharebeesCom"
__type__ = "hoster"
- __pattern__ = r'http://(?:www\.)?sharebees.com/\w{12}'
__version__ = "0.02"
+
+ __pattern__ = r'http://(?:www\.)?sharebees.com/\w{12}'
+
__description__ = """ShareBees hoster plugin"""
__author_name__ = "zoidberg"
__author_mail__ = "zoidberg@mujmail.cz"