diff options
author | Radek Senfeld <rush@logic.cz> | 2014-11-14 01:47:39 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-14 01:56:11 +0100 |
commit | 5d4443c144323bef78faa354d9aba47e672a7327 (patch) | |
tree | 0412ae1445efe2d3d331aac46d184edf0c75d9e4 /pyload/plugins/internal | |
parent | [RapidgatorNet] Set the language in COOKIES (diff) | |
download | pyload-5d4443c144323bef78faa354d9aba47e672a7327.tar.xz |
[UlozTo] Fixed hoster and account
Conflicts:
pyload/plugins/account/UlozTo.py
Diffstat (limited to 'pyload/plugins/internal')
-rw-r--r-- | pyload/plugins/internal/SimpleHoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/internal/SimpleHoster.py b/pyload/plugins/internal/SimpleHoster.py index b192b45b2..5e34d694d 100644 --- a/pyload/plugins/internal/SimpleHoster.py +++ b/pyload/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 |