flexget.components.bittorrent.private_torrents module#
- class flexget.components.bittorrent.private_torrents.FilterPrivateTorrents[source]#
Bases:
objectHow to handle private torrents.
private_torrents: yes|no
Example:
private_torrents: no
This would reject all torrent entries with private flag.
Example:
private_torrents: yes
This would reject all public torrents.
Non-torrent content is not intervened.
- schema = {'type': 'boolean'}#