flexget.plugins.filter.abort_if_exists module#
- class flexget.plugins.filter.abort_if_exists.PluginAbortIfExists[source]#
Bases:
objectAborts a task if an entry field matches the regexp.
- schema = {'additionalProperties': False, 'properties': {'field': {'type': 'string'}, 'regexp': {'format': 'regex', 'type': 'string'}}, 'required': ['regexp', 'field'], 'type': 'object'}#