diff options
Diffstat (limited to 'module/plugins/hooks/OverLoadMe.py')
-rw-r--r-- | module/plugins/hooks/OverLoadMe.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hooks/OverLoadMe.py b/module/plugins/hooks/OverLoadMe.py index fcb9a647a..2fcd132a2 100644 --- a/module/plugins/hooks/OverLoadMe.py +++ b/module/plugins/hooks/OverLoadMe.py @@ -9,8 +9,7 @@ class OverLoadMe(MultiHoster): __type__ = "hook" __version__ = "0.01" - __config__ = [("activated", "bool", "Activated", False), - ("https", "bool", "Enable HTTPS", True), + __config__ = [("https", "bool", "Enable HTTPS", True), ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported):", "all"), ("hosterList", "str", "Hoster list (comma separated)", ""), ("unloadFailing", "bool", "Revert to standard download if download fails", False), |