diff options
Diffstat (limited to 'module/plugins/hooks/UnrestrictLi.py')
-rw-r--r-- | module/plugins/hooks/UnrestrictLi.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/plugins/hooks/UnrestrictLi.py b/module/plugins/hooks/UnrestrictLi.py index 793e63e8f..0810a22d5 100644 --- a/module/plugins/hooks/UnrestrictLi.py +++ b/module/plugins/hooks/UnrestrictLi.py @@ -22,13 +22,14 @@ from module.common.json_layer import json_loads class UnrestrictLi(MultiHoster): __name__ = "UnrestrictLi" - __version__ = "0.01" + __version__ = "0.02" __type__ = "hook" __config__ = [("activated", "bool", "Activated", "False"), ("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"), - ("interval", "int", "Reload interval in hours (0 to disable)", "24")] + ("interval", "int", "Reload interval in hours (0 to disable)", "24"), + ("history", "bool", "Delete History", "False")] __description__ = """Unrestrict.li hook plugin""" __author_name__ = ("stickell") |