diff options
Diffstat (limited to 'pyload/plugins/crypter/TrailerzoneInfo.py')
-rw-r--r-- | pyload/plugins/crypter/TrailerzoneInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/TrailerzoneInfo.py b/pyload/plugins/crypter/TrailerzoneInfo.py index 6459edad8..84a476a38 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" |