From f972fe6894fecb29cca022813db95764d05d0114 Mon Sep 17 00:00:00 2001 From: Christopher <4Christopher@gmx.de> Date: Thu, 21 Feb 2013 21:33:09 +0100 Subject: Fixed crypter HoerbuchIn to match all URLs. I know that the regular expression is not perfect but it worked very reliable. --- module/plugins/crypter/HoerbuchIn.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/plugins/crypter/HoerbuchIn.py b/module/plugins/crypter/HoerbuchIn.py index 4c26ba7f7..860f80152 100644 --- a/module/plugins/crypter/HoerbuchIn.py +++ b/module/plugins/crypter/HoerbuchIn.py @@ -46,10 +46,11 @@ class HoerbuchIn(Crypter): src = self.req.load(url, post={"viewed": "adpg"}) links = [] - pattern = re.compile("http://www\.hoerbuch\.in/protection/(\w+)/(.*?)\"") - for hoster, lid in pattern.findall(src): + pattern = re.compile(r'