mendevi.download.torrent_finder.probe_online_torrent

mendevi.download.torrent_finder.probe_online_torrent() dict[str, str][source]

Search on GitLab online for the names of available torrents.

Returns

torrentsdict

For each torrent name, provide the URL for downloading it.

Examples

>>> from mendevi.download.torrent_finder import probe_online_torrent
>>> sorted(probe_online_torrent())
['duration.db.xz.torrent', 'multithread.db.xz.torrent']
>>>