summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/TrailerzoneInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/TrailerzoneInfo.py')
-rw-r--r--pyload/plugins/crypter/TrailerzoneInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/TrailerzoneInfo.py b/pyload/plugins/crypter/TrailerzoneInfo.py
index 45c9590a3..6459edad8 100644
--- a/pyload/plugins/crypter/TrailerzoneInfo.py
+++ b/pyload/plugins/crypter/TrailerzoneInfo.py
@@ -6,7 +6,7 @@ from module.plugins.internal.DeadCrypter import DeadCrypter
class TrailerzoneInfo(DeadCrypter):
__name__ = "TrailerzoneInfo"
__type__ = "crypter"
- __pattern__ = r"http://(www\.)?trailerzone.info/.*?"
+ __pattern__ = r"http://(?:www\.)?trailerzone.info/.*?"
__version__ = "0.03"
__description__ = """TrailerZone.info decrypter plugin"""
__author_name__ = "godofdream"