From a7e2bd25a3fbdb35d0f75607f2fee35943d0ad20 Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 11 Mar 2010 14:57:29 +0100 Subject: Fixed Hotfile --- module/plugins/hoster/HotfileCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/HotfileCom.py') diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py index a9853100c..748571840 100644 --- a/module/plugins/hoster/HotfileCom.py +++ b/module/plugins/hoster/HotfileCom.py @@ -60,7 +60,7 @@ class HotfileCom(Plugin): return file_url def get_file_name(self): - file_name = re.search('Downloading\s(.*?)', self.html[0]).group(1) + file_name = re.search(': (.+) |', self.html[0]).group(1) return file_name def file_exists(self): -- cgit v1.2.3