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