diff options
author | Jeix <devnull@localhost> | 2012-04-25 11:22:04 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2012-04-25 11:22:04 +0200 |
commit | 3748be281f6117309aa1c44d2c5419ce37dac964 (patch) | |
tree | 3b325713ca7272cb602872bc39316b225de1b58e /module/plugins/hoster | |
parent | closed #561 this should do it. CryNickSystems fixed it before, but no version... (diff) | |
download | pyload-3748be281f6117309aa1c44d2c5419ce37dac964.tar.xz |
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/BayfilesCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/BayfilesCom.py b/module/plugins/hoster/BayfilesCom.py index a69dd3ea9..a6211ed1b 100644 --- a/module/plugins/hoster/BayfilesCom.py +++ b/module/plugins/hoster/BayfilesCom.py @@ -26,7 +26,7 @@ class BayfilesCom(SimpleHoster): __name__ = "BayfilesCom" __type__ = "hoster" __pattern__ = r"http://(?:www\.)?bayfiles\.com/file/\w+/\w+/.*" - __version__ = "0.02" + __version__ = "0.03" __description__ = """Bayfiles.com plugin - free only""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") |