diff options
Diffstat (limited to 'pyload/plugins/crypter/GooGl.py')
-rw-r--r-- | pyload/plugins/crypter/GooGl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/GooGl.py b/pyload/plugins/crypter/GooGl.py index 7b78af926..de9f9eeb0 100644 --- a/pyload/plugins/crypter/GooGl.py +++ b/pyload/plugins/crypter/GooGl.py @@ -24,7 +24,7 @@ class GooGl(Crypter): __type__ = "crypter" __pattern__ = r"https?://(www\.)?goo\.gl/\w+" __version__ = "0.01" - __description__ = """Goo.gl Crypter Plugin""" + __description__ = """Goo.gl decrypter plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" |