flexget.components.sites.sites.torrent_cache module#

class flexget.components.sites.sites.torrent_cache.TorrentCache[source]#

Bases: object

Adds urls to torrent cache sites to the urls list.

infohash_urls(info_hash)[source]#

Other plugins may use this to make downloadable URLs from infohash.

Parameters:

info_hash (str) – Torrent infohash

Returns:

shuffled urls from which infohash can be retrieved

on_task_urlrewrite(task, config)[source]#
flexget.components.sites.sites.torrent_cache.register_plugin()[source]#