diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-23 13:13:42 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-23 13:13:42 +0100 |
commit | 57a319563651a07bf8265ab52da0d7375191319c (patch) | |
tree | 1a65efc0eefc444ba102eeab2cd04112349368d5 /module/plugins/hooks/OverLoadMe.py | |
parent | [ExpertDecoders] Fix typo (thx DKeppi) (diff) | |
download | pyload-57a319563651a07bf8265ab52da0d7375191319c.tar.xz |
Rename MultiHoster plugin to MultiHook
Diffstat (limited to 'module/plugins/hooks/OverLoadMe.py')
-rw-r--r-- | module/plugins/hooks/OverLoadMe.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hooks/OverLoadMe.py b/module/plugins/hooks/OverLoadMe.py index baa9b0e0a..378ce0a65 100644 --- a/module/plugins/hooks/OverLoadMe.py +++ b/module/plugins/hooks/OverLoadMe.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- from module.network.RequestFactory import getURL -from module.plugins.internal.MultiHoster import MultiHoster +from module.plugins.internal.MultiHook import MultiHook -class OverLoadMe(MultiHoster): +class OverLoadMe(MultiHook): __name__ = "OverLoadMe" __type__ = "hook" - __version__ = "0.01" + __version__ = "0.02" __config__ = [("https", "bool", "Enable HTTPS", True), ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported):", "all"), |