flexget.plugins.output.symlink module#
- class flexget.plugins.output.symlink.Symlink[source]#
Bases:
object- schema = {'oneOf': [{'additionalProperties': False, 'properties': {'existing': {'enum': ['ignore', 'fail'], 'type': 'string'}, 'link_type': {'enum': ['soft', 'hard'], 'type': 'string'}, 'rename': {'type': 'string'}, 'to': {'format': 'path', 'type': 'string'}}, 'required': ['to'], 'title': 'specify options', 'type': 'object'}, {'format': 'path', 'title': 'specify path', 'type': 'string'}]}#