summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HugefilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/HugefilesNet.py')
-rw-r--r--module/plugins/hoster/HugefilesNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/HugefilesNet.py b/module/plugins/hoster/HugefilesNet.py
index 4a6d6fd66..8faccc56d 100644
--- a/module/plugins/hoster/HugefilesNet.py
+++ b/module/plugins/hoster/HugefilesNet.py
@@ -23,7 +23,7 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf
class HugefilesNet(XFileSharingPro):
__name__ = "HugefilesNet"
__type__ = "hoster"
- __pattern__ = r"http://(www\.)?hugefiles\.net/\w{12}"
+ __pattern__ = r"http://(?:www\.)?hugefiles\.net/\w{12}"
__version__ = "0.01"
__description__ = """Hugefiles.net hoster plugin"""
__author_name__ = "stickell"