summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/RSLayerCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/RSLayerCom.py')
-rw-r--r--module/plugins/crypter/RSLayerCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/RSLayerCom.py b/module/plugins/crypter/RSLayerCom.py
index 28c82dd8c..f86d6dfec 100644
--- a/module/plugins/crypter/RSLayerCom.py
+++ b/module/plugins/crypter/RSLayerCom.py
@@ -8,7 +8,7 @@ class RSLayerCom(DeadCrypter):
__type__ = "crypter"
__version__ = "0.21"
- __pattern__ = r'http://(?:www\.)?rs-layer.com/directory-'
+ __pattern__ = r'http://(?:www\.)?rs-layer\.com/directory-'
__description__ = """RS-Layer.com decrypter plugin"""
__license__ = "GPLv3"