diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-04 10:52:31 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-04 10:52:31 +0200 |
commit | e2d4a21008fe1f44ca4d27abf2c18a85dda5df4a (patch) | |
tree | 71804983f54ad59baee2f1a0def78eb8e178e0e4 /module/plugins/hoster/NetloadIn.py | |
parent | new l18n files (diff) | |
download | pyload-e2d4a21008fe1f44ca4d27abf2c18a85dda5df4a.tar.xz |
plugin cleanups
Diffstat (limited to 'module/plugins/hoster/NetloadIn.py')
-rw-r--r-- | module/plugins/hoster/NetloadIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index 59786d996..b2bec873d 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -133,7 +133,7 @@ class NetloadIn(Hoster): def download_html(self): self.log.debug("Netload: Entering download_html") - page = self.load(self.url, utf8=True) + page = self.load(self.url, decode=True) t = time() + 30 if "/share/templates/download_hddcrash.tpl" in page: |