flexget.plugins.input.torznab module#
- class flexget.plugins.input.torznab.Torznab[source]#
Bases:
objectTorznab search plugin.
Handles searching for tv shows and movies, with fallback to simple query strings if these are not available.
- _check_searcher(searchers, searcher)[source]#
Check if the given searchers is in the list, available and has supported params.
- _convert_query_parameters(entry, fields)[source]#
Convert from Flexget fields to query parameters for torznab.
- _setup_caps(**kwargs)#
- _setup_categories(xml_root, categories)[source]#
Get the available search categories for the indexer.
- _setup_searcher(xml_root, searcher, categories)[source]#
Get the available searchers (tv, movie, etc) for the indexer and their supported parameters.
- create_entries_from_query(**kwargs)#
- property schema#
The schema of the plugin.
- flexget.plugins.input.torznab.format_capabilities_output(xml_root)[source]#
Format and display the capabilities XML in a clean way.