diff options
Diffstat (limited to 'pyload/plugins/crypter/BitshareComFolder.py')
-rw-r--r-- | pyload/plugins/crypter/BitshareComFolder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/BitshareComFolder.py b/pyload/plugins/crypter/BitshareComFolder.py index 86754915d..82d7f05bf 100644 --- a/pyload/plugins/crypter/BitshareComFolder.py +++ b/pyload/plugins/crypter/BitshareComFolder.py @@ -23,7 +23,7 @@ class BitshareComFolder(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?bitshare\.com/\?d=\w+" __version__ = "0.01" - __description__ = """Bitshare.com Folder Plugin""" + __description__ = """Bitshare.com folder decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" |