diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 21:47:39 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-17 21:47:39 +0100 |
commit | 46f748a94ea5ab62ab0839ff0ce01e12e3eac688 (patch) | |
tree | 4e32fd45a7ca7fb341b331265c0dd1528e958cb7 /module/plugins/hoster/MultishareCz.py | |
parent | [DebridItaliaCom] Fix hook getHoster (diff) | |
download | pyload-46f748a94ea5ab62ab0839ff0ce01e12e3eac688.tar.xz |
Extend SimpleHoster in multi-hoster plugins (2)
Diffstat (limited to 'module/plugins/hoster/MultishareCz.py')
-rw-r--r-- | module/plugins/hoster/MultishareCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MultishareCz.py b/module/plugins/hoster/MultishareCz.py index d7ddb753c..62acab84c 100644 --- a/module/plugins/hoster/MultishareCz.py +++ b/module/plugins/hoster/MultishareCz.py @@ -10,7 +10,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class MultishareCz(SimpleHoster): __name__ = "MultishareCz" __type__ = "hoster" - __version__ = "0.35" + __version__ = "0.36" __pattern__ = r'http://(?:www\.)?multishare\.cz/stahnout/(?P<ID>\d+).*' |