flexget.plugins.filter.best_quality module#

class flexget.plugins.filter.best_quality.FilterBestQuality[source]#

Bases: object

on_task_filter(task, config)[source]#
schema = {'additionalProperties': False, 'properties': {'identified_by': {'default': 'auto', 'type': 'string'}, 'on_best': {'default': 'do_nothing', 'enum': ['accept', 'reject', 'do_nothing'], 'type': 'string'}, 'on_lower': {'default': 'reject', 'enum': ['accept', 'reject', 'do_nothing'], 'type': 'string'}, 'single_best': {'default': True, 'type': 'boolean'}}, 'type': 'object'}#
flexget.plugins.filter.best_quality.register_plugin()[source]#