From 8092da86ec029b3a4b16ba68762e8caa1445a270 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 30 Sep 2010 16:19:37 +0200 Subject: fixed proxy support, downloadCheck function --- module/plugins/hoster/OneFichierCom.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/plugins/hoster/OneFichierCom.py') diff --git a/module/plugins/hoster/OneFichierCom.py b/module/plugins/hoster/OneFichierCom.py index 8461482ad..ce7697943 100644 --- a/module/plugins/hoster/OneFichierCom.py +++ b/module/plugins/hoster/OneFichierCom.py @@ -19,7 +19,7 @@ class OneFichierCom(Hoster): self.multiDL = False def process(self, pyfile): - self.pyfile = pyfile + self.download_html() if not self.file_exists(): @@ -30,7 +30,6 @@ class OneFichierCom(Hoster): pyfile.size = self.get_file_size() url = self.get_file_url() - self.pyfile.setStatus("downloading") self.download(url) def download_html(self): -- cgit v1.2.3