summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-13 16:55:32 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-13 16:55:32 +0200
commitbd56a3c59cf2e959b878d2110e27d920487f978c (patch)
tree81716f04070566214571d88be295179acf049c08
parentFastshareCz: improved plugin. (diff)
downloadpyload-bd56a3c59cf2e959b878d2110e27d920487f978c.tar.xz
Bayfiles: fixed #308
-rw-r--r--module/plugins/hoster/BayfilesCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/BayfilesCom.py b/module/plugins/hoster/BayfilesCom.py
index bb1e78bb3..a696bac26 100644
--- a/module/plugins/hoster/BayfilesCom.py
+++ b/module/plugins/hoster/BayfilesCom.py
@@ -26,8 +26,8 @@ from module.common.json_layer import json_loads
class BayfilesCom(SimpleHoster):
__name__ = "BayfilesCom"
__type__ = "hoster"
- __pattern__ = r"http://(?:www\.)?bayfiles\.com/file/\w+/\w+/.*"
- __version__ = "0.04"
+ __pattern__ = r"http://(?:www\.)?bayfiles\.(?:com|net)/file/\w+/\w+/.*"
+ __version__ = "0.05"
__description__ = """Bayfiles.com plugin - free only"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")