flexget.plugins.input.inputs module#

class flexget.plugins.input.inputs.PluginInputs[source]#

Bases: object

Allows the same input plugin to be configured multiple times in a task.

Example:

inputs:
  - rss: http://feeda.com
  - rss: http://feedb.com
on_task_input(task, config)[source]#
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'}#
flexget.plugins.input.inputs.register_plugin()[source]#