flexget.plugins.output.sabnzbd module#

class flexget.plugins.output.sabnzbd.OutputSabnzbd[source]#

Bases: object

The sabnzbd plugin.

Example:

sabnzbd:
  apikey: 123456
  url: http://localhost/sabnzbd/api?
  category: movies

All parameters:

sabnzbd:
  apikey: ...
  url: ...
  category: ...
  script: ...
  pp: ...
  priority: ...
get_params(config)[source]#
on_task_output(task, config)[source]#
schema = {'additionalProperties': False, 'properties': {'category': {'type': 'string'}, 'key': {'type': 'string'}, 'password': {'type': 'string'}, 'pp': {'type': 'string'}, 'priority': {'type': 'integer'}, 'script': {'type': 'string'}, 'url': {'format': 'url', 'type': 'string'}, 'username': {'type': 'string'}}, 'required': ['key', 'url'], 'type': 'object'}#
flexget.plugins.output.sabnzbd.register_plugin()[source]#