summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-18 19:02:37 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-18 19:02:37 +0200
commitc2e9cd00598a0a30d3bca04254bd6b94a6bef85f (patch)
tree4b71b5934bcddaeadbf089d7046e67c502431af5 /module
parentshareonline py25 fix (diff)
downloadpyload-c2e9cd00598a0a30d3bca04254bd6b94a6bef85f.tar.xz
new so fix
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py3
1 files changed, 0 insertions, 3 deletions
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)