summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-09-27 22:57:04 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-09-27 22:57:04 +0200
commit10bd60b1b10efe5767d2b5020e4c8caa84e85ef8 (patch)
tree5039037ad4c6ed0661dccdbd2fd063c07134ac53
parentMerge pull request #284 from anderi/patch-1 (diff)
downloadpyload-10bd60b1b10efe5767d2b5020e4c8caa84e85ef8.tar.xz
Increased version number after 5401e18dfd406c2a8ed35c4b72c9df9f7dc3e436
-rw-r--r--module/plugins/hoster/ZippyshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ZippyshareCom.py b/module/plugins/hoster/ZippyshareCom.py
index 875a247a9..661f90e20 100644
--- a/module/plugins/hoster/ZippyshareCom.py
+++ b/module/plugins/hoster/ZippyshareCom.py
@@ -15,7 +15,7 @@ class ZippyshareCom(SimpleHoster):
__name__ = "ZippyshareCom"
__type__ = "hoster"
__pattern__ = r"(?P<HOST>http://www\d{0,2}\.zippyshare.com)/v(?:/|iew.jsp.*key=)(?P<KEY>\d+)"
- __version__ = "0.39"
+ __version__ = "0.40"
__description__ = """Zippyshare.com Download Hoster"""
__author_name__ = ("spoob", "zoidberg", "stickell")
__author_mail__ = ("spoob@pyload.org", "zoidberg@mujmail.cz", "l.stickell@yahoo.it")