# -*- coding: utf-8 -*- from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo class TrailerzoneInfo(DeadCrypter): __name = "TrailerzoneInfo" __type = "crypter" __version = "0.03" __pattern = r'http://(?:www\.)?trailerzone\.info/.*?' __config = [] __description = """TrailerZone.info decrypter plugin""" __license = "GPLv3" __authors = [("godofdream", "soilfiction@gmail.com")] getInfo = create_getInfo(TrailerzoneInfo)