summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LofCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/LofCc.py')
-rw-r--r--pyload/plugins/crypter/LofCc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LofCc.py b/pyload/plugins/crypter/LofCc.py
index b85c6f91d..a17d58884 100644
--- a/pyload/plugins/crypter/LofCc.py
+++ b/pyload/plugins/crypter/LofCc.py
@@ -6,7 +6,7 @@ from module.plugins.internal.DeadCrypter import DeadCrypter
class LofCc(DeadCrypter):
__name__ = "LofCc"
__type__ = "crypter"
- __pattern__ = r"http://(?:www\.)?lof.cc/(.*)"
+ __pattern__ = r'http://(?:www\.)?lof.cc/(.*)'
__version__ = "0.21"
__description__ = """Lof.cc decrypter plugin"""
__author_name__ = "mkaay"