flexget.plugins.operate.max_reruns module#

class flexget.plugins.operate.max_reruns.MaxReRuns[source]#

Bases: object

Overrides the maximum amount of re-runs allowed by a task.

on_task_abort(task, config)[source]#
on_task_exit(task, config)[source]#
on_task_start(task, config)[source]#
reset(task)[source]#
schema = {'type': 'integer'}#
flexget.plugins.operate.max_reruns.register_plugin()[source]#