From c2e9cd00598a0a30d3bca04254bd6b94a6bef85f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 18 Aug 2010 19:02:37 +0200 Subject: new so fix --- module/plugins/hoster/ShareonlineBiz.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 070fd948f..bc1951602 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -1,6 +1,5 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from __future__ import with_statement import os import os.path @@ -80,8 +79,6 @@ class ShareonlineBiz(Hoster): def downloadHTML(self): self.html = self.load(self.pyfile.url, cookies=True) - with open("sobiz_dump.html", "w") as f: - f.write(self.html) if not self.account: html = self.load("%s/free/" % self.pyfile.url, post={"dl_free":"1"}, cookies=True) -- cgit v1.2.3