summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-03 20:41:23 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-03 20:41:23 +0100
commit4a3a81b63cd85cc3dcd9669868a2079da65838a2 (patch)
treefab8d99437bfc8d0fbd9deba18aa2da0f61aaae4 /module/plugins/crypter
parentupdate mediafire, easybytez (diff)
downloadpyload-4a3a81b63cd85cc3dcd9669868a2079da65838a2.tar.xz
fixes for old style decrypter
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r--module/plugins/crypter/LinkList.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/plugins/crypter/LinkList.py b/module/plugins/crypter/LinkList.py
index 8e46f88a9..ebfa373eb 100644
--- a/module/plugins/crypter/LinkList.py
+++ b/module/plugins/crypter/LinkList.py
@@ -11,6 +11,10 @@ class LinkList(Crypter):
__author_name__ = ("spoob", "jeix")
__author_mail__ = ("spoob@pyload.org", "jeix@hasnomail.com")
+ # method declaration is needed here
+ def decryptURL(self, url):
+ return Crypter.decryptURL(self, url)
+
def decryptFile(self, content):
links = content.splitlines()