summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2015-02-08 01:08:05 +0100
committerGravatar stickell <l.stickell@yahoo.it> 2015-02-08 01:08:05 +0100
commita276202a83aef29a883b03db6b1abb169d61806f (patch)
tree43e00277a25f9c1bfcdf4aff690e8b8ed4753a1a
parent[BasketbuildCom] Cleanup (diff)
downloadpyload-a276202a83aef29a883b03db6b1abb169d61806f.tar.xz
[BasketbuildCom] Improved __pattern__
The "s." in the domain can be absent
-rw-r--r--module/plugins/hoster/BasketbuildCom.py4
1 files 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"