From 260c66499fb04ad8b1af17a971d659112bf8f967 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 24 Nov 2013 00:13:13 +0100 Subject: Hoster: BayfilesCom: Less strict pattern --- module/plugins/hoster/BayfilesCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/BayfilesCom.py b/module/plugins/hoster/BayfilesCom.py index 589540369..a7a2c75d4 100644 --- a/module/plugins/hoster/BayfilesCom.py +++ b/module/plugins/hoster/BayfilesCom.py @@ -26,7 +26,7 @@ from module.common.json_layer import json_loads class BayfilesCom(SimpleHoster): __name__ = "BayfilesCom" __type__ = "hoster" - __pattern__ = r"https?://(?:www\.)?bayfiles\.(com|net)/file/(?P[a-zA-Z0-9]{4}/[a-zA-Z0-9]{6}/[^/]+)" + __pattern__ = r"https?://(?:www\.)?bayfiles\.(com|net)/file/(?P[a-zA-Z0-9]+/[a-zA-Z0-9]+/[^/]+)" __version__ = "0.06" __description__ = """Bayfiles.com plugin - free only""" __author_name__ = ("zoidberg", "Walter Purcaro") -- cgit v1.2.3