diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-21 21:39:31 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-21 21:39:31 +0200 |
commit | 5d2316eeb68521a05a089b1df1261e3c1242aa8b (patch) | |
tree | 468b490c0d7726d5a0c84539942c9972cfb2a6ec /module | |
parent | some mutex for account access (diff) | |
download | pyload-5d2316eeb68521a05a089b1df1261e3c1242aa8b.tar.xz |
closed #393
Diffstat (limited to 'module')
-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) |