From bd4beeeefff3f9de7ece2cdcc6a619154bc3d83b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 5 Jul 2011 00:57:14 +0200 Subject: sj fix --- module/plugins/crypter/SerienjunkiesOrg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/crypter') diff --git a/module/plugins/crypter/SerienjunkiesOrg.py b/module/plugins/crypter/SerienjunkiesOrg.py index 1e322a3a3..21afc88e8 100644 --- a/module/plugins/crypter/SerienjunkiesOrg.py +++ b/module/plugins/crypter/SerienjunkiesOrg.py @@ -133,8 +133,8 @@ class SerienjunkiesOrg(Crypter): result = self.decryptCaptcha(str(captchaUrl), imgtype="png") sinp = form.find(attrs={"name":"s"}) - self.req.lastURL = url - sj = self.req.load(str(url), post={'s': sinp["value"], 'c': result, 'action': "Download"}) + self.req.lastURL = str(url) + sj = self.load(str(url), post={'s': sinp["value"], 'c': result, 'action': "Download"}) soup = BeautifulSoup(sj) rawLinks = soup.findAll(attrs={"action": re.compile("^http://download.serienjunkies.org/")}) -- cgit v1.2.3