flexget.components.bittorrent.convert_magnet module#

class flexget.components.bittorrent.convert_magnet.ConvertMagnet[source]#

Bases: object

Convert magnet only entries to a torrent file.

magnet_to_torrent(magnet_uri, destination_folder, timeout)[source]#
Parameters:

destination_folder (Path)

Return type:

str

on_task_download(task, config)[source]#
on_task_start(task, config)[source]#
prepare_config(config)[source]#
schema = {'oneOf': [{'type': 'boolean'}, {'additionalProperties': False, 'properties': {'force': {'type': 'boolean'}, 'timeout': {'format': 'interval', 'type': 'string'}}, 'type': 'object'}]}#
flexget.components.bittorrent.convert_magnet.register_plugin()[source]#