flexget.components.bittorrent.torrent_match module#
- class flexget.components.bittorrent.torrent_match.TorrentMatch[source]#
Bases:
objectPlugin that attempts to match .torrents to local files.
- schema = {'additionalProperties': False, 'properties': {'max_size_difference': {'default': '0%', 'format': 'percent', 'type': 'string'}, 'what': {'items': {'allOf': [{'$ref': '/schema/plugins?phase=input'}, {'maxProperties': 1, 'minProperties': 1}]}, 'type': 'array'}}, 'required': ['what'], 'type': 'object'}#