diff options
author | 2014-12-23 13:13:42 +0100 | |
---|---|---|
committer | 2014-12-23 13:13:42 +0100 | |
commit | 57a319563651a07bf8265ab52da0d7375191319c (patch) | |
tree | 1a65efc0eefc444ba102eeab2cd04112349368d5 /module/plugins/hooks/MultishareCz.py | |
parent | [ExpertDecoders] Fix typo (thx DKeppi) (diff) | |
download | pyload-57a319563651a07bf8265ab52da0d7375191319c.tar.xz |
Rename MultiHoster plugin to MultiHook
Diffstat (limited to 'module/plugins/hooks/MultishareCz.py')
-rw-r--r-- | module/plugins/hooks/MultishareCz.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hooks/MultishareCz.py b/module/plugins/hooks/MultishareCz.py index 0e651393d..5ec5b63b6 100644 --- a/module/plugins/hooks/MultishareCz.py +++ b/module/plugins/hooks/MultishareCz.py @@ -3,13 +3,13 @@ import re from module.network.RequestFactory import getURL -from module.plugins.internal.MultiHoster import MultiHoster +from module.plugins.internal.MultiHook import MultiHook -class MultishareCz(MultiHoster): +class MultishareCz(MultiHook): __name__ = "MultishareCz" __type__ = "hook" - __version__ = "0.04" + __version__ = "0.05" __config__ = [("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), ("hosterList", "str", "Hoster list (comma separated)", "uloz.to")] |