diff options
Diffstat (limited to 'module/plugins/crypter/OronComFolder.py')
-rwxr-xr-x | module/plugins/crypter/OronComFolder.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/crypter/OronComFolder.py b/module/plugins/crypter/OronComFolder.py index f087370ac..f0b2f943c 100755 --- a/module/plugins/crypter/OronComFolder.py +++ b/module/plugins/crypter/OronComFolder.py @@ -6,8 +6,10 @@ from module.plugins.internal.DeadCrypter import DeadCrypter class OronComFolder(DeadCrypter): __name__ = "OronComFolder" __type__ = "crypter" - __pattern__ = r'http://(?:www\.)?oron.com/folder/\w+' __version__ = "0.11" + + __pattern__ = r'http://(?:www\.)?oron.com/folder/\w+' + __description__ = """Oron.com folder decrypter plugin""" __author_name__ = "DHMH" __author_mail__ = "webmaster@pcProfil.de" |