diff options
author | Stefano <l.stickell@yahoo.it> | 2013-06-08 14:44:53 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-06-08 14:44:53 +0200 |
commit | 6b33802de7933801d8045368e2b9b8488149aa08 (patch) | |
tree | 7b0599529ca32c0ca8750b56e88b0780bf7b5f95 /module/plugins | |
parent | EasybytezCom: fixed coversion feature and updated regex (diff) | |
download | pyload-6b33802de7933801d8045368e2b9b8488149aa08.tar.xz |
EasybytezCom: version increase after 4a567fcddf6fdd4c2787f9d0153bfdb176993d15
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/EasybytezCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/EasybytezCom.py b/module/plugins/hoster/EasybytezCom.py index 0f18448f5..61957085b 100644 --- a/module/plugins/hoster/EasybytezCom.py +++ b/module/plugins/hoster/EasybytezCom.py @@ -23,7 +23,7 @@ class EasybytezCom(XFileSharingPro): __name__ = "EasybytezCom" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)?easybytez.com/(\w+).*" - __version__ = "0.15" + __version__ = "0.16" __description__ = """easybytez.com""" __author_name__ = ("zoidberg", "stickell") __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") |