flexget.plugins.modify.set_field module#
- class flexget.plugins.modify.set_field.ModifySet[source]#
Bases:
objectAllow adding information to a task entry for use later.
Example:
set: path: ~/download/path/
- modify(entry, config, errors=True)[source]#
Can be called from a plugin to add set values to an entry.
- schema = {'minProperties': 1, 'type': 'object'}#