flexget.components.bittorrent.private_torrents module#

class flexget.components.bittorrent.private_torrents.FilterPrivateTorrents[source]#

Bases: object

How 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.

on_task_modify(task, config)[source]#
schema = {'type': 'boolean'}#
flexget.components.bittorrent.private_torrents.register_plugin()[source]#