diff options
Diffstat (limited to 'module/plugins/crypter/RSLayerCom.py')
-rw-r--r-- | module/plugins/crypter/RSLayerCom.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/module/plugins/crypter/RSLayerCom.py b/module/plugins/crypter/RSLayerCom.py index 9f1a9a394..7dda0beab 100644 --- a/module/plugins/crypter/RSLayerCom.py +++ b/module/plugins/crypter/RSLayerCom.py @@ -6,8 +6,10 @@ from module.plugins.internal.DeadCrypter import DeadCrypter class RSLayerCom(DeadCrypter): __name__ = "RSLayerCom" __type__ = "crypter" - __pattern__ = r'http://(?:www\.)?rs-layer.com/directory-' __version__ = "0.21" + + __pattern__ = r'http://(?:www\.)?rs-layer.com/directory-' + __description__ = """RS-Layer.com decrypter plugin""" __author_name__ = "hzpz" - __author_mail__ = "" + __author_mail__ = None |