From d898872107f8a6a7a4d8b8610ef367a7b07d6a88 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sun, 23 Jun 2013 20:19:26 +0200 Subject: UnrestrictLi: added ability to delete the download history --- module/plugins/hooks/UnrestrictLi.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks/UnrestrictLi.py') 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") -- cgit v1.2.3