From 4a3a81b63cd85cc3dcd9669868a2079da65838a2 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Tue, 3 Jan 2012 20:41:23 +0100
Subject: fixes for old style decrypter

---
 module/plugins/crypter/LinkList.py | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'module/plugins/crypter')

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()
 
-- 
cgit v1.2.3