From 5d2316eeb68521a05a089b1df1261e3c1242aa8b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 21 Sep 2011 21:39:31 +0200 Subject: closed #393 --- module/plugins/crypter/HoerbuchIn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/crypter/HoerbuchIn.py b/module/plugins/crypter/HoerbuchIn.py index a34091c93..4c26ba7f7 100644 --- a/module/plugins/crypter/HoerbuchIn.py +++ b/module/plugins/crypter/HoerbuchIn.py @@ -48,7 +48,7 @@ class HoerbuchIn(Crypter): links = [] pattern = re.compile("http://www\.hoerbuch\.in/protection/(\w+)/(.*?)\"") for hoster, lid in pattern.findall(src): - self.req.lastUrl = url + self.req.lastURL = url self.load("http://www.hoerbuch.in/protection/%s/%s" % (hoster, lid)) links.append(self.req.lastEffectiveURL) -- cgit v1.2.3