summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/BitshareComFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/BitshareComFolder.py')
-rw-r--r--module/plugins/crypter/BitshareComFolder.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/crypter/BitshareComFolder.py b/module/plugins/crypter/BitshareComFolder.py
index 7139c26a6..2afe990df 100644
--- a/module/plugins/crypter/BitshareComFolder.py
+++ b/module/plugins/crypter/BitshareComFolder.py
@@ -19,9 +19,11 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter
class BitshareComFolder(SimpleCrypter):
__name__ = "BitshareComFolder"
+ __version__ = "0.01"
__type__ = "crypter"
+
__pattern__ = r'http://(?:www\.)?bitshare\.com/\?d=\w+'
- __version__ = "0.01"
+
__description__ = """Bitshare.com folder decrypter plugin"""
__author_name__ = "stickell"
__author_mail__ = "l.stickell@yahoo.it"