It supports thepiratebay, nyaa, 1337x, libgen, limetorrents and rarbg
Very cool, but why not just use qbittorrents search engine? 🤔
I don’t really use qbittorrents, i do everything from terminal so i use transmission with transmission-remote cli, this script gives me the ability to add any torrent in a couple of seconds. Also it can search for books on libgen.
Why not use prowlarr + arrs instead?
Pretty cool. May I ask tough, what’s the reason for doing this in BASH and not in something like Python?
Not really bash but posix shell, the main reason is because at the time of making it i had not yet made python ffi for my html searching lib
Not OP, but I always prefer bash over python since it’s “lower level”. But that’s just a preference.
I’m with this… Bash runs in nearly anything without any real good chance of version conflicts.
Why complicate things needlessly?