diff options
Diffstat (limited to 'pyload/plugins/crypter/FreetexthostCom.py')
-rw-r--r-- | pyload/plugins/crypter/FreetexthostCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/FreetexthostCom.py b/pyload/plugins/crypter/FreetexthostCom.py index 7c838e609..c82e93ffd 100644 --- a/pyload/plugins/crypter/FreetexthostCom.py +++ b/pyload/plugins/crypter/FreetexthostCom.py @@ -25,7 +25,7 @@ class FreetexthostCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:w{3}.)?freetexthost\.com/\w+" __version__ = "0.01" - __description__ = """Freetexthost.com Plugin""" + __description__ = """Freetexthost.com decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" |