* OS X: `~/Library/Application Support/qBittorrent/nova3/engines/`
* Then open copied `*.py` file and find from above the section with `config = { ... }` and replace `USERNAME` and `PASSWORD` with your torrent tracker username and password.
* If tracker is blocked in your country, in same file:
* If tracker is blocked in your country, in same file:
* find `"proxy": false` and switch in `true` (`"proxy": true`)
* find `"proxy": false` and switch in `true` (`"proxy": true`)
* add proxy links working for you in `proxies` (`{"http": "proxy.example.org:8080"}`)
* add proxy links working for you in `proxies` (`{"http": "proxy.example.org:8080"}`)
* *make sure that your proxy work with right protocol*
* *make sure that your proxy work with right protocol*
* **_Optionally_**: move `*.ico` to qBittorrent search engines directory:
* **_Optionally_**: move `*.ico` to same directory.