flexget.plugins.output.sabnzbd module#
- class flexget.plugins.output.sabnzbd.OutputSabnzbd[source]#
Bases:
objectThe sabnzbd plugin.
Example:
sabnzbd: apikey: 123456 url: http://localhost/sabnzbd/api? category: movies
All parameters:
sabnzbd: apikey: ... url: ... category: ... script: ... pp: ... priority: ...
- 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'}#