Magnet Links¶
The darc.proxy.magnet module contains the auxiliary functions
around managing and processing the magnet links.
Currently, the darc project directly save the magnet
links extracted to the data storage file
PATH without further processing.
-
darc.proxy.magnet.save_magnet(link)¶ Save magnet link.
The function will save magnet link to the file as defined in
PATH.- Parameters
link (darc.link.Link) – Link object representing the magnet link
-
darc.proxy.magnet.PATH= '{PATH_MISC}/magnet.txt'¶ Path to the data storage of magnet links.
See also