flexget.plugins.operate.manual module#

class flexget.plugins.operate.manual.ManualTask[source]#

Bases: object

Only execute task when specified with –tasks.

on_task_start(task, config)[source]#
schema = {'description': 'Prevents this task from running unless it is explicitly specified with --tasks, or in a schedule', 'title': 'manual', 'type': 'boolean'}#
flexget.plugins.operate.manual.register_plugin()[source]#