summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/RelinkUs.py
diff options
context:
space:
mode:
authorGravatar fragonib <devnull@localhost> 2010-12-06 16:26:29 +0100
committerGravatar fragonib <devnull@localhost> 2010-12-06 16:26:29 +0100
commit01c071d125edcfecc1c9f87482203aff5f04d083 (patch)
tree331530210f64a731d1e664495679f4ad717876aa /module/plugins/crypter/RelinkUs.py
parent--status option, improved cli commands (diff)
downloadpyload-01c071d125edcfecc1c9f87482203aff5f04d083.tar.xz
Little fixes
Diffstat (limited to 'module/plugins/crypter/RelinkUs.py')
-rw-r--r--module/plugins/crypter/RelinkUs.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/crypter/RelinkUs.py b/module/plugins/crypter/RelinkUs.py
index ef00b1183..d122c9dac 100644
--- a/module/plugins/crypter/RelinkUs.py
+++ b/module/plugins/crypter/RelinkUs.py
@@ -7,7 +7,6 @@ import binascii
import re
import urllib
-
class RelinkUs(Crypter):
__name__ = "RelinkUs"
__type__ = "crypter"
@@ -15,7 +14,7 @@ class RelinkUs(Crypter):
__version__ = "2.2"
__description__ = """Relink.us Crypter Plugin"""
__author_name__ = ("fragonib")
- __author_mail__ = ("fragonib AT yahoo DOT es")
+ __author_mail__ = ("fragonib[AT]yahoo[DOT]es")
# Constants
_JK_KEY_ = "jk"
@@ -38,7 +37,7 @@ class RelinkUs(Crypter):
if self.isPasswordProtected():
self.html = self.submitPassword()
if self.html is None:
- self.fail("Incorrect password, please set right password on Add package form and retry")
+ self.fail("Incorrect password, please set right password on Edit package form and retry")
# Get package name and folder
(package_name, folder_name) = self.getPackageNameAndFolder()