This is a still growing collection of search plugins for qBittorrent, an amazing and open source torrent client, maintained by me, LightDestory.
If a plugin stops working or you need a specific plugin, let me know by opening an issue.
There are 2 way to install these plugins.
The easy way is to copy the link of the "Download" column of the table and use it as "web link" for qBittorrent.
The other way is to download the file by going to the download link and saving the file as a python file and then you can install the plugin by selecting the file from your filesystem.
For any doubts about the installation process, please refer to the official wiki.
Some plugins can need some settings, please read carefully the Notes section.
- IlCorsaroNero has been blacklisted on Italy's DNS, please use a different DNS such as Google or Cloudflare
- AcademicTorrents please set "Search in" properly!
- Torrent aggregators mix multiple torrent indexes, I tried to implement the most generic torrent/magnet fetch but sometime it can fails
- RARBG uses an anti-spam system, for most of the time my implementation will not work, use the official plugin based on torrentapi.
- TNTVillage uses an embed dump, so it is a bit fatty: 20MB of plugin!
- YourBittorrent by default the website only shows 50 torrent based on your text-query, I tried to force pagination but it causes duplicates results. So... use specific queries!
To contribute, just write your own script following
the official wiki
and put it inside /src/engines
.
For commodity, I have included the needed files requires to testing the plugins, the nova scripts:
cd ./src
-
python ./nova2.py search_engine category search keywords
This collection is under GNU GPL-3.0 License.