summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HotfileCom.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-03-11 14:57:29 +0100
committerGravatar spoob <spoob@gmx.de> 2010-03-11 14:57:29 +0100
commita7e2bd25a3fbdb35d0f75607f2fee35943d0ad20 (patch)
tree83d29c2df7f06e772e3fa46b8c49dd4b12beeb1a /module/plugins/hoster/HotfileCom.py
parentAdded tag v0.3.2 for changeset 3ea104a0eccc (diff)
downloadpyload-a7e2bd25a3fbdb35d0f75607f2fee35943d0ad20.tar.xz
Fixed Hotfile
Diffstat (limited to 'module/plugins/hoster/HotfileCom.py')
-rw-r--r--module/plugins/hoster/HotfileCom.py2
1 files changed, 1 insertions, 1 deletions
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<b>(.*?)</b>', self.html[0]).group(1)
+ file_name = re.search(':</strong> (.+) <span>|</span>', self.html[0]).group(1)
return file_name
def file_exists(self):