From dc8fd8e6168205d4172738a8d4c19821f8074f3a Mon Sep 17 00:00:00 2001 From: imDMG Date: Thu, 24 Oct 2019 02:00:56 +0500 Subject: [PATCH] Update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0132816..98132fc 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ According of the name of search plugin: * Windows: `%localappdata%\qBittorrent\nova3\engines\` * Linux: `~/.local/share/data/qBittorrent/nova3/engines/` * 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: +* Then open copied `*.py` file and find from above the section with `config = { ... }`. Replace `USERNAME` and `PASSWORD` with your torrent tracker username and password. If tracker is blocked in your country, in same section: * find `"proxy": false` and switch in `true` (`"proxy": true`) * add proxy links working for you in `proxies` (`{"http": "proxy.example.org:8080"}`) * *make sure that your proxy work with right protocol*