From a276202a83aef29a883b03db6b1abb169d61806f Mon Sep 17 00:00:00 2001 From: stickell Date: Sun, 8 Feb 2015 01:08:05 +0100 Subject: [BasketbuildCom] Improved __pattern__ The "s." in the domain can be absent --- module/plugins/hoster/BasketbuildCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/plugins/hoster/BasketbuildCom.py b/module/plugins/hoster/BasketbuildCom.py index f3d430c5b..32380810f 100644 --- a/module/plugins/hoster/BasketbuildCom.py +++ b/module/plugins/hoster/BasketbuildCom.py @@ -12,9 +12,9 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class BasketbuildCom(SimpleHoster): __name__ = "BasketbuildCom" __type__ = "hoster" - __version__ = "0.02" + __version__ = "0.03" - __pattern__ = r'https?://(?:www\.)?\w\.basketbuild\.com/filedl/.+' + __pattern__ = r'https?://(?:www\.)?(?:\w\.)?basketbuild\.com/filedl/.+' __description__ = """basketbuild.com hoster plugin""" __license__ = "GPLv3" -- cgit v1.2.3