From f263d18eff143982095c829cc86858c8025247a5 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 31 Jan 2011 23:46:36 +0100 Subject: really fixed proxy support --- module/plugins/crypter/LofCc.py | 2 ++ module/plugins/crypter/SerienjunkiesOrg.py | 2 ++ 2 files changed, 4 insertions(+) (limited to 'module/plugins/crypter') diff --git a/module/plugins/crypter/LofCc.py b/module/plugins/crypter/LofCc.py index 3785ce600..9c98c48a0 100644 --- a/module/plugins/crypter/LofCc.py +++ b/module/plugins/crypter/LofCc.py @@ -35,6 +35,8 @@ class LofCc(Crypter): if re.search("class=\"error\"", resultHTML): self.retry() + self.correctCaptcha() + dlc = self.req.load(self.pyfile.url+"/dlc", cookies=True) name = re.search(self.__pattern__, self.pyfile.url).group(1)+".dlc" diff --git a/module/plugins/crypter/SerienjunkiesOrg.py b/module/plugins/crypter/SerienjunkiesOrg.py index 7d637369e..dcc2e6203 100644 --- a/module/plugins/crypter/SerienjunkiesOrg.py +++ b/module/plugins/crypter/SerienjunkiesOrg.py @@ -145,6 +145,8 @@ class SerienjunkiesOrg(Crypter): self.retry() return + self.correctCaptcha() + links = [] for link in rawLinks: frameUrl = link["action"].replace("/go-", "/frame/go-") -- cgit v1.2.3