From aba6250e9987b569966eb59608766169252a6d64 Mon Sep 17 00:00:00 2001 From: Nitzo Date: Mon, 23 May 2016 23:08:07 +0300 Subject: fix #2474 --- module/plugins/hoster/HugefilesNet.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'module/plugins/hoster/HugefilesNet.py') diff --git a/module/plugins/hoster/HugefilesNet.py b/module/plugins/hoster/HugefilesNet.py index 85f8b45f2..ef1987ee8 100644 --- a/module/plugins/hoster/HugefilesNet.py +++ b/module/plugins/hoster/HugefilesNet.py @@ -20,11 +20,10 @@ class HugefilesNet(XFSHoster): __description__ = """Hugefiles.net hoster plugin""" __license__ = "GPLv3" - __authors__ = [("stickell", "l.stickell@yahoo.it")] + __authors__ = [("stickell", "l.stickell@yahoo.it" ), + ("GammaC0de", "nitzo2001[AT]yahoo[DOT]com")] PLUGIN_DOMAIN = "hugefiles.net" - SIZE_PATTERN = r'File Size:\s*(?P.+?)' - - FORM_INPUTS_MAP = {'ctype': re.compile(r'\d+')} + SIZE_PATTERN = r' \((?P[\d.,]+) (?P[\w^_]+)\)' -- cgit v1.2.3