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 pprint import pprint >>> from mendevi.download.torrent_finder import probe_online_torrent >>> pprint(sorted(probe_online_torrent())) ['colorspace.db.xz.torrent', 'ctc.db.xz.torrent', 'duration.db.xz.torrent', 'multithread.db.xz.torrent', 'ramdisk.db.xz.torrent', 'svtav1_vs_rav1e_vs_aom.db.xz.torrent', 'x264_vs_openh264.db.xz.torrent'] >>>