diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-27 21:23:59 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-27 21:23:59 +0100 |
commit | 9410d10fd0491fcd1b5a073109085f16917ec2aa (patch) | |
tree | bec2be1b2f4a157c89f9f0c6da3f3ba2e57fe23d | |
parent | [SimpleCrypter][SimpleDereferer] Fail if no link grabbed (diff) | |
download | pyload-9410d10fd0491fcd1b5a073109085f16917ec2aa.tar.xz |
[AlldebridCom] Bump up version
-rw-r--r-- | module/plugins/hooks/AlldebridCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/AlldebridCom.py b/module/plugins/hooks/AlldebridCom.py index 88a637de7..cd279e733 100644 --- a/module/plugins/hooks/AlldebridCom.py +++ b/module/plugins/hooks/AlldebridCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.MultiHook import MultiHook class AlldebridCom(MultiHook): __name__ = "AlldebridCom" __type__ = "hook" - __version__ = "0.14" + __version__ = "0.15" __config__ = [("https", "bool", "Enable HTTPS", False), ("mode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), |