diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-18 19:02:37 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-18 19:02:37 +0200 |
commit | c2e9cd00598a0a30d3bca04254bd6b94a6bef85f (patch) | |
tree | 4b71b5934bcddaeadbf089d7046e67c502431af5 /module/plugins/hoster | |
parent | shareonline py25 fix (diff) | |
download | pyload-c2e9cd00598a0a30d3bca04254bd6b94a6bef85f.tar.xz |
new so fix
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 3 |
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) |