Four search plugins specify a leading zero in their minor version (e.g. `jackett: 3.03`). This leading zero isn't reflected in the qBittorrent GUI or the Web UI. This is because qBittorrent's version display logic [0] effectively drops the leading zero when calling `QString::number()`. Given that semver rule 2 [1] expressely forbids leading zeros, I don't consider qBittorrent's implementation a bug. Thus, we might as well drop the leading zero from those version numbers.
[0]
|
||
|---|---|---|
| nova/engines | ||
| nova3/engines | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
Search Plugins
This repository contains search plugins for the search feature in qBittorrent.
⚠️ We are going to remove support for Python2 soon. Please upgrade to Python3 to be prepared and get a better experience.
Most probably, you want to head over to the wiki:
- List of unofficial search plugins
- Request unofficial search plugin
- How to configure Jackett plugin
- How to write a search plugin
- How to install search plugins
Everyone is welcome to submit PRs that fix problems or add new plugins.
This repository isn't managed by the core team directly. Its purpose is to allow a place where 3rd party contributors can gather and submit their plugins.
Use the plugins and the websites they refer to at your own risk. You are personally responsible for following your country's copyright laws.