diff options
Diffstat (limited to 'module/plugins/crypter/LofCc.py')
-rw-r--r-- | module/plugins/crypter/LofCc.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/crypter/LofCc.py b/module/plugins/crypter/LofCc.py index a17d58884..8a5cd86ee 100644 --- a/module/plugins/crypter/LofCc.py +++ b/module/plugins/crypter/LofCc.py @@ -6,8 +6,10 @@ from module.plugins.internal.DeadCrypter import DeadCrypter class LofCc(DeadCrypter): __name__ = "LofCc" __type__ = "crypter" - __pattern__ = r'http://(?:www\.)?lof.cc/(.*)' __version__ = "0.21" + + __pattern__ = r'http://(?:www\.)?lof.cc/(.*)' + __description__ = """Lof.cc decrypter plugin""" __author_name__ = "mkaay" __author_mail__ = "mkaay@mkaay.de" |