From 632fb7eb860675a0375b8e3a8669335ec97f6d81 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 29 Apr 2010 20:26:18 +0200 Subject: fixed updater, moved config files, folder for each package now optional --- module/plugins/hoster/HotfileCom.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py index d412ddd23..2a1117fc5 100644 --- a/module/plugins/hoster/HotfileCom.py +++ b/module/plugins/hoster/HotfileCom.py @@ -59,9 +59,8 @@ class HotfileCom(Plugin): def download_html(self): if self.config['premium']: self.req.add_auth(self.config['username'], self.config['password']) - self.url = self.parent.url + "?lang=en" - print self.url - self.html[0] = self.load(self.url, cookies=True) + self.url = self.parent.url + self.html[0] = self.load(self.url, get={"lang":"en"}, cookies=True) def get_file_url(self): if self.config['premium']: -- cgit v1.2.3