flexget.plugins.output.subtitles module#

class flexget.plugins.output.subtitles.Subtitles[source]#

Bases: object

Fetch subtitles from opensubtitles.org.

on_task_download(task, config)[source]#
prepare_config(config, task)[source]#
schema = {'additionalProperties': False, 'properties': {'languages': {'default': ['eng'], 'items': {'type': 'string'}, 'type': 'array'}, 'match_limit': {'default': 0.8, 'type': 'number'}, 'min_sub_rating': {'default': 0.0, 'type': 'number'}, 'output': {'format': 'path', 'type': 'string'}}, 'type': 'object'}#
flexget.plugins.output.subtitles.register_plugin()[source]#