summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-09-21 21:39:31 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-09-21 21:39:31 +0200
commit5d2316eeb68521a05a089b1df1261e3c1242aa8b (patch)
tree468b490c0d7726d5a0c84539942c9972cfb2a6ec /module/plugins
parentsome mutex for account access (diff)
downloadpyload-5d2316eeb68521a05a089b1df1261e3c1242aa8b.tar.xz
closed #393
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/crypter/HoerbuchIn.py2
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)