diff options
author | mkaay <mkaay@mkaay.de> | 2011-01-31 23:46:36 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-01-31 23:46:36 +0100 |
commit | f263d18eff143982095c829cc86858c8025247a5 (patch) | |
tree | c183ad531a3f1e6b3d72c89601efd524d1b08b01 /module/plugins/crypter/LofCc.py | |
parent | proxy fix (diff) | |
download | pyload-f263d18eff143982095c829cc86858c8025247a5.tar.xz |
really fixed proxy support
Diffstat (limited to 'module/plugins/crypter/LofCc.py')
-rw-r--r-- | module/plugins/crypter/LofCc.py | 2 |
1 files changed, 2 insertions, 0 deletions
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" |