summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/HugefilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/HugefilesNet.py')
-rw-r--r--pyload/plugin/hoster/HugefilesNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/HugefilesNet.py b/pyload/plugin/hoster/HugefilesNet.py
index 413191c52..828e4e79c 100644
--- a/pyload/plugin/hoster/HugefilesNet.py
+++ b/pyload/plugin/hoster/HugefilesNet.py
@@ -17,6 +17,6 @@ class HugefilesNet(XFSHoster):
__authors__ = [("stickell", "l.stickell@yahoo.it")]
- SIZE_PATTERN = r'File Size:</span>\s*<span[^>]*>(?P<S>[^<]+)</span></div>'
+ SIZE_PATTERN = r'File Size:</span>\s*<span.*?>(?P<S>[^<]+)</span></div>'
FORM_INPUTS_MAP = {'ctype': re.compile(r'\d+')}