summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/plugins/crypter/MBLinkInfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/MBLinkInfo.py b/module/plugins/crypter/MBLinkInfo.py
index 0c0359ed9..e266c7722 100644
--- a/module/plugins/crypter/MBLinkInfo.py
+++ b/module/plugins/crypter/MBLinkInfo.py
@@ -8,8 +8,8 @@ from module.plugins.Crypter import Crypter
class MBLinkInfo(Crypter):
__name__ = "MBLinkInfo"
__type__ = "container"
- __pattern__ = r"http://(?:www\.)?mblink\.info/\?id=(\d+)"
- __version__ = "0.01"
+ __pattern__ = r"http://(?:www\.)?mblink\.info/?\?id=(\d+)"
+ __version__ = "0.02"
__description__ = """MBLink.Info Container Plugin"""
__author_name__ = ("Gummibaer", "stickell")
__author_mail__ = ("Gummibaer@wiki-bierkiste.de", "l.stickell@yahoo.it")