flexget.plugins.output.mock_output module#

class flexget.plugins.output.mock_output.MockOutput[source]#

Bases: object

Debugging plugin which records a copy of all accepted entries into a list stored in mock_output attribute of the task.

on_task_exit(task, config)[source]#
on_task_output(task, config)[source]#
on_task_start(task, config)[source]#
schema = {'type': 'boolean'}#
flexget.plugins.output.mock_output.register_plugin()[source]#