diff options
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/crypter/HoerbuchIn.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) | 
