flexget.components.history.history module#

class flexget.components.history.history.PluginHistory[source]#

Bases: object

Records all accepted entries for later lookup.

on_task_learn(task, config)[source]#

Add accepted entries to history.

schema = {'type': 'boolean'}#
flexget.components.history.history.register_plugin()[source]#