-
Notifications
You must be signed in to change notification settings - Fork 58
Description
I love this app, thanks alot - I've tried all the CLI's I could find i.e. this, torrench and mariner, but yours is the best imho because of it's efficiency and streamlines, or how to put it, awesome job and thanks again!
Anyway, for most things, then TPB is enough, but in rare occasions when needing some old or unpopular stuff, then TPB sometimes doesn't cut it, and so instead of adding a bunch of other trackers/sites like torrench and mariner, which most times will not help either, then there's a last resort which sometimes can help: Using a DHT based searching site instead! I've tried several tests where TPB and others have nothing, but the DHT sites have 10 results or more! So, if this tool supported TPB and then as a backup, a DHT-based site, then this tool would imho be the ultimate CLI torrent searcher!
Torrench once supported skytorrents, but not anymore, as the site has changed URL + owners and isn't using DHT anymore, so "useless".
Instead of working from scratch, then maybe it could help if looking at another implementation, so here's a link to the python torrent searcher used in qbittorrent, optimized for use without qbittorrent, nova6(also in pypy, so 'pip install nova6'):
https://github.com/Depau/nova6
And to use with above, the btdb.py engine module for supporting https://btdb.to:
https://github.com/qbittorrent/search-plugins/blob/master/nova3/engines/btdb.py
Other good DHT sites are: https://cnbtkitty.xyz/, https://btdig.com/ and https://www.digbt.org - I don't know which is easiest to parse - Here's also a link from the python searcher of qbittorrent about how to add a new site: https://github.com/qbittorrent/search-plugins/wiki/How-to-write-a-search-plugin
I understand of course if too much work, or not interested, and was just a thought/hope ;)
Thanks in advance regardless!