summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleHoster.py
diff options
context:
space:
mode:
authorGravatar Radek Senfeld <rush@logic.cz> 2014-11-14 01:47:39 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-14 01:47:39 +0100
commitd7d2b0c56e16866313b7f746f94569f085acef01 (patch)
treec4e031d44d47b3e68a6e5e2aba66c47a7f81f69f /module/plugins/internal/SimpleHoster.py
parent[RapidgatorNet] Set the language in COOKIES (diff)
downloadpyload-d7d2b0c56e16866313b7f746f94569f085acef01.tar.xz
[UlozTo] Fixed hoster and account
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r--module/plugins/internal/SimpleHoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index 6726d4fa5..1f7753003 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -324,7 +324,7 @@ class SimpleHoster(Hoster):
def getFileInfo(self):
- name, size, status, url = parseFileInfo(self)
+ name, size, status, url = parseFileInfo(self, html=self.html)
if name and name != url:
self.pyfile.name = name