flexget.components.managed_lists.list_add module#

class flexget.components.managed_lists.list_add.ListAdd[source]#

Bases: object

on_task_output(task, config)[source]#
on_task_start(task, config)[source]#
schema = {'items': {'allOf': [{'$ref': '/schema/plugins?interface=list'}, {'error_maxProperties': 'Plugin options within list_add plugin must be indented 2 more spaces than the first letter of the plugin name.', 'maxProperties': 1, 'minProperties': 1}]}, 'type': 'array'}#
flexget.components.managed_lists.list_add.register_plugin()[source]#