summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TrailerzoneInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/TrailerzoneInfo.py')
-rw-r--r--module/plugins/crypter/TrailerzoneInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/TrailerzoneInfo.py b/module/plugins/crypter/TrailerzoneInfo.py
index c96e3947d..4b197c728 100644
--- a/module/plugins/crypter/TrailerzoneInfo.py
+++ b/module/plugins/crypter/TrailerzoneInfo.py
@@ -8,7 +8,7 @@ class TrailerzoneInfo(DeadCrypter):
__type__ = "crypter"
__version__ = "0.03"
- __pattern__ = r'http://(?:www\.)?trailerzone.info/.*?'
+ __pattern__ = r'http://(?:www\.)?trailerzone\.info/.*?'
__description__ = """TrailerZone.info decrypter plugin"""
__license__ = "GPLv3"