diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-21 08:50:26 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-24 22:43:08 +0200 |
commit | e4fb45b22d36595839e8f638a3f0a4669dba3e8d (patch) | |
tree | 549ba2a4f6e23a7178b8f91c79e0c037b36412ca /module/plugins/hooks/MyfastfileComHook.py | |
parent | Spare code cosmetics (3) (diff) | |
download | pyload-e4fb45b22d36595839e8f638a3f0a4669dba3e8d.tar.xz |
Spare code cosmetics (4)
Diffstat (limited to 'module/plugins/hooks/MyfastfileComHook.py')
-rw-r--r-- | module/plugins/hooks/MyfastfileComHook.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/module/plugins/hooks/MyfastfileComHook.py b/module/plugins/hooks/MyfastfileComHook.py index 10d128a31..5ba44f89e 100644 --- a/module/plugins/hooks/MyfastfileComHook.py +++ b/module/plugins/hooks/MyfastfileComHook.py @@ -9,11 +9,10 @@ class MyfastfileComHook(MultiHook): __type__ = "hook" __version__ = "0.05" - __config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"), - ("pluginlist" , "str" , "Plugin list (comma separated)" , "" ), - ("revertfailed" , "bool" , "Revert to standard download if fails", True ), - ("reload" , "bool" , "Reload plugin list" , True ), - ("reloadinterval", "int" , "Reload interval in hours" , 12 )] + __config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"), + ("pluginlist" , "str" , "Plugin list (comma separated)", "" ), + ("reload" , "bool" , "Reload plugin list" , True ), + ("reloadinterval", "int" , "Reload interval in hours" , 12 )] __description__ = """Myfastfile.com hook plugin""" __license__ = "GPLv3" |