From 43418b6295beef9eed4a4629003adf02dd47f3e2 Mon Sep 17 00:00:00 2001 From: Jeix Date: Sun, 10 Oct 2010 13:45:26 +0200 Subject: workaround --- module/network/FtpRequest.py | 15 +++++---------- module/network/XdccRequest.py | 13 ++++--------- module/plugins/hoster/ShareonlineBiz.py | 2 ++ 3 files changed, 11 insertions(+), 19 deletions(-) diff --git a/module/network/FtpRequest.py b/module/network/FtpRequest.py index eecb40c9f..fb2e6246e 100644 --- a/module/network/FtpRequest.py +++ b/module/network/FtpRequest.py @@ -244,16 +244,11 @@ class FtpRequest: self.pycurl.close() except: pass - -# def getURL(url): - # """ - # currently used for update check - # """ - # req = Request() - # c = req.load(url) - # req.pycurl.close() - # return c - + + def clearCookies(self): + # workaround