diff options
author | fragonib <devnull@localhost> | 2010-12-06 16:26:29 +0100 |
---|---|---|
committer | fragonib <devnull@localhost> | 2010-12-06 16:26:29 +0100 |
commit | 01c071d125edcfecc1c9f87482203aff5f04d083 (patch) | |
tree | 331530210f64a731d1e664495679f4ad717876aa /module/plugins/crypter/LinkSaveIn.py | |
parent | --status option, improved cli commands (diff) | |
download | pyload-01c071d125edcfecc1c9f87482203aff5f04d083.tar.xz |
Little fixes
Diffstat (limited to 'module/plugins/crypter/LinkSaveIn.py')
-rw-r--r-- | module/plugins/crypter/LinkSaveIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LinkSaveIn.py b/module/plugins/crypter/LinkSaveIn.py index d8f401f46..c9621d658 100644 --- a/module/plugins/crypter/LinkSaveIn.py +++ b/module/plugins/crypter/LinkSaveIn.py @@ -13,7 +13,7 @@ class LinkSaveIn(Crypter): __version__ = "1.0"
__description__ = """LinkSave.in Crypter Plugin"""
__author_name__ = ("fragonib")
- __author_mail__ = ("fragonib AT yahoo DOT es")
+ __author_mail__ = ("fragonib[AT]yahoo[DOT]es")
# Constants
_JK_KEY_ = "jk"
|