diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-16 15:37:53 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-16 15:37:53 +0100 |
commit | 56cb56814116f1df232e86b9659e54f11c438f64 (patch) | |
tree | f4ecbb612360bd7c342a0112beb8b7810128db5d /module/plugins/hoster/WebshareCz.py | |
parent | Merge pull request #1050 from radek-senfeld/stable (diff) | |
download | pyload-56cb56814116f1df232e86b9659e54f11c438f64.tar.xz |
[ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1049
Diffstat (limited to 'module/plugins/hoster/WebshareCz.py')
-rw-r--r-- | module/plugins/hoster/WebshareCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/WebshareCz.py b/module/plugins/hoster/WebshareCz.py index a69aa2242..98187d46a 100644 --- a/module/plugins/hoster/WebshareCz.py +++ b/module/plugins/hoster/WebshareCz.py @@ -9,7 +9,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class WebshareCz(SimpleHoster): __name__ = "WebshareCz" __type__ = "hoster" - __version__ = "0.15" + __version__ = "0.16" __pattern__ = r'https?://(?:www\.)?webshare\.cz/(?:#/)?file/(?P<ID>\w+)' |