summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/MBLinkInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/MBLinkInfo.py')
-rw-r--r--pyload/plugins/crypter/MBLinkInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/MBLinkInfo.py b/pyload/plugins/crypter/MBLinkInfo.py
index ee05a97bb..8aa70e8ff 100644
--- a/pyload/plugins/crypter/MBLinkInfo.py
+++ b/pyload/plugins/crypter/MBLinkInfo.py
@@ -6,7 +6,7 @@ from module.plugins.internal.DeadCrypter import DeadCrypter
class MBLinkInfo(DeadCrypter):
__name__ = "MBLinkInfo"
__type__ = "crypter"
- __pattern__ = r"http://(?:www\.)?mblink\.info/?\?id=(\d+)"
+ __pattern__ = r'http://(?:www\.)?mblink\.info/?\?id=(\d+)'
__version__ = "0.03"
__description__ = """MBLink.info decrypter plugin"""
__author_name__ = ("Gummibaer", "stickell")