diff options
Diffstat (limited to 'pyload/plugins/crypter/TrailerzoneInfo.py')
| -rw-r--r-- | pyload/plugins/crypter/TrailerzoneInfo.py | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/pyload/plugins/crypter/TrailerzoneInfo.py b/pyload/plugins/crypter/TrailerzoneInfo.py new file mode 100644 index 000000000..cdd84bbc6 --- /dev/null +++ b/pyload/plugins/crypter/TrailerzoneInfo.py @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- + +from module.plugins.internal.DeadCrypter import DeadCrypter + + +class TrailerzoneInfo(DeadCrypter): +    __name__ = "TrailerzoneInfo" +    __type__ = "crypter" +    __pattern__ = r"http://(www\.)?trailerzone.info/.*?" +    __version__ = "0.03" +    __description__ = """TrailerZone.info Crypter Plugin""" +    __author_name__ = ("godofdream") +    __author_mail__ = ("soilfiction@gmail.com") | 
