flexget.components.bittorrent.torrent module#

class flexget.components.bittorrent.torrent.TorrentFilename[source]#

Bases: object

Make sure that entries containing torrent-file have .torrent extension.

This is enabled always by default (builtins).

make_filename(torrent, entry)[source]#

Build a filename for this torrent.

on_task_modify(task, config)[source]#
on_task_output(task, config)[source]#
purge(entry)[source]#
TORRENT_PRIO = 255#
flexget.components.bittorrent.torrent.register_plugin()[source]#