flexget.plugins.input.inputs module#
- class flexget.plugins.input.inputs.PluginInputs[source]#
Bases:
objectAllows the same input plugin to be configured multiple times in a task.
Example:
inputs: - rss: http://feeda.com - rss: http://feedb.com
- schema = {'items': {'allOf': [{'$ref': '/schema/plugins?phase=input'}, {'error_maxProperties': 'Plugin options within inputs plugin must be indented 2 more spaces than the first letter of the plugin name.', 'maxProperties': 1, 'minProperties': 1}]}, 'type': 'array'}#