diff options
author | Stefano <l.stickell@yahoo.it> | 2013-09-27 22:57:04 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-10-07 11:23:04 +0200 |
commit | 390bfbb07493a8951e69477ca6819ba12ccd7fef (patch) | |
tree | a238cf5a2433466d73fff2dcd435d3b500836c39 /pyload/plugins | |
parent | Merge pull request #284 from anderi/patch-1 (diff) | |
download | pyload-390bfbb07493a8951e69477ca6819ba12ccd7fef.tar.xz |
Increased version number after 5401e18dfd406c2a8ed35c4b72c9df9f7dc3e436
(cherry picked from commit 10bd60b1b10efe5767d2b5020e4c8caa84e85ef8)
Diffstat (limited to 'pyload/plugins')
-rw-r--r-- | pyload/plugins/hoster/ZippyshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/ZippyshareCom.py b/pyload/plugins/hoster/ZippyshareCom.py index 875a247a9..661f90e20 100644 --- a/pyload/plugins/hoster/ZippyshareCom.py +++ b/pyload/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") |