summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-06-08 14:44:53 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-06-08 14:44:53 +0200
commit6b33802de7933801d8045368e2b9b8488149aa08 (patch)
tree7b0599529ca32c0ca8750b56e88b0780bf7b5f95
parentEasybytezCom: fixed coversion feature and updated regex (diff)
downloadpyload-6b33802de7933801d8045368e2b9b8488149aa08.tar.xz
EasybytezCom: version increase after 4a567fcddf6fdd4c2787f9d0153bfdb176993d15
-rw-r--r--module/plugins/hoster/EasybytezCom.py2
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")