summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ZeveraCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-23 13:20:53 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-23 13:20:53 +0100
commit87203e996fb42c172b15e29f0e394d5b328d9ac2 (patch)
tree686ef0dbf945a8a543af11bbbea40fdecb7bdfed /module/plugins/hooks/ZeveraCom.py
parentRename MultiHoster plugin to MultiHook (diff)
downloadpyload-87203e996fb42c172b15e29f0e394d5b328d9ac2.tar.xz
New plugin: MultiHoster
Diffstat (limited to 'module/plugins/hooks/ZeveraCom.py')
-rw-r--r--module/plugins/hooks/ZeveraCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ZeveraCom.py b/module/plugins/hooks/ZeveraCom.py
index ef1c128f3..6ca696f38 100644
--- a/module/plugins/hooks/ZeveraCom.py
+++ b/module/plugins/hooks/ZeveraCom.py
@@ -7,7 +7,7 @@ from module.plugins.internal.MultiHook import MultiHook
class ZeveraCom(MultiHook):
__name__ = "ZeveraCom"
__type__ = "hook"
- __version__ = "0.02"
+ __version__ = "0.03"
__config__ = [("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"),
("hosterList", "str", "Hoster list (comma separated)", "")]