diff options
| author | 2013-10-13 16:55:32 +0200 | |
|---|---|---|
| committer | 2013-10-13 16:55:32 +0200 | |
| commit | bd56a3c59cf2e959b878d2110e27d920487f978c (patch) | |
| tree | 81716f04070566214571d88be295179acf049c08 /module/plugins | |
| parent | FastshareCz: improved plugin. (diff) | |
| download | pyload-bd56a3c59cf2e959b878d2110e27d920487f978c.tar.xz | |
Bayfiles: fixed #308
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/hoster/BayfilesCom.py | 4 | 
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") | 
