Unofficial qBittorrent search plugin for c411.org.
Maintainer: OptimusKoala
- Searches
c411.orgthrough its native Torznab API - Downloads
.torrentfiles through the API without exposing your API key in qBittorrent search results - Supports qBittorrent Python search plugins (
nova3)
c411.py: the pluginc411.json.example: example configuration
- Install
c411.pyfrom qBittorrent Search > Search plugins > Install a new one. - Put
c411.jsonnext toc411.pyin the qBittorrentnova3/enginesdirectory. - Restart qBittorrent if needed.
Create c411.json next to c411.py:
{
"site_url": "https://c411.org",
"api_url": "https://c411.org/api",
"api_key": "YOUR_API_KEY_HERE",
"page_size": 100,
"max_pages": 2,
"debug": false,
"debug_file": "c411.log"
}- This plugin is for a private tracker and requires a valid
c411.orgAPI key. - For qBittorrent versions with built-in Torznab support,
c411.orgcan also be configured directly as a Torznab indexer. - If you enable debug,
c411.logis created next to the plugin.
Before publishing this plugin publicly:
- Verify
c411.pydoes not contain any personal key or URL. - Update the repository URL references if needed.
- Host
c411.pyat a stable raw URL on GitHub. - Add the plugin to the qBittorrent unofficial plugins wiki.