From d7d2b0c56e16866313b7f746f94569f085acef01 Mon Sep 17 00:00:00 2001 From: Radek Senfeld Date: Fri, 14 Nov 2014 01:47:39 +0100 Subject: [UlozTo] Fixed hoster and account --- module/plugins/internal/SimpleHoster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal') 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 -- cgit v1.2.3