diff options
Diffstat (limited to 'pyload/plugins/hoster/HugefilesNet.py')
-rw-r--r-- | pyload/plugins/hoster/HugefilesNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/HugefilesNet.py b/pyload/plugins/hoster/HugefilesNet.py index 4a6d6fd66..8faccc56d 100644 --- a/pyload/plugins/hoster/HugefilesNet.py +++ b/pyload/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" |