summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/WuploadCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/WuploadCom.py')
-rw-r--r--pyload/plugins/hoster/WuploadCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/WuploadCom.py b/pyload/plugins/hoster/WuploadCom.py
index b5d664aa6..41e32fa73 100644
--- a/pyload/plugins/hoster/WuploadCom.py
+++ b/pyload/plugins/hoster/WuploadCom.py
@@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class WuploadCom(DeadHoster):
__name__ = "WuploadCom"
__type__ = "hoster"
- __pattern__ = r"http://[\w\.]*?wupload\..*?/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?"
+ __pattern__ = r"http://(?:www\.)?wupload\..*?/file/(([a-z][0-9]+/)?[0-9]+)(/.*)?"
__version__ = "0.23"
__description__ = """Wupload.com hoster plugin"""
__author_name__ = ("jeix", "Paul King")