diff options
author | 2014-11-14 01:47:39 +0100 | |
---|---|---|
committer | 2014-11-14 01:47:39 +0100 | |
commit | d7d2b0c56e16866313b7f746f94569f085acef01 (patch) | |
tree | c4e031d44d47b3e68a6e5e2aba66c47a7f81f69f /module/plugins/internal | |
parent | [RapidgatorNet] Set the language in COOKIES (diff) | |
download | pyload-d7d2b0c56e16866313b7f746f94569f085acef01.tar.xz |
[UlozTo] Fixed hoster and account
Diffstat (limited to 'module/plugins/internal')
-rw-r--r-- | module/plugins/internal/SimpleHoster.py | 2 |
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 |