2022-03-17 05:29:22 +05:00
[![Python 3.7+ ](https://img.shields.io/badge/python-%3E%3D%20v3.7-blue )](https://www.python.org/downloads/release/python-370/)
2019-01-17 19:13:11 +05:00
# qBittorrent plugins
2022-04-20 01:36:34 +05:00
## Rutracker.org ![v1.7](https://img.shields.io/badge/v1.7-blue)
2019-12-16 22:33:55 +05:00
Biggest russian torrent tracker.
2022-03-22 19:31:53 +05:00
## Rutor.org ![v1.5](https://img.shields.io/badge/v1.5-blue)
2020-03-12 20:29:28 +05:00
Popular free russian torrent tracker.
2022-03-19 03:03:36 +05:00
## Kinozal.tv ![v2.9](https://img.shields.io/badge/v2.9-blue)
2019-01-21 02:05:37 +05:00
Russian torrent tracker mostly directed on movies, but have other categories.
2019-01-17 19:13:11 +05:00
2019-01-27 20:17:02 +05:00
The site has a restriction on downloading torrent files (10 by default or so), so I added the ability to open the magnet link instead the file.
You can turn off the magnet link: in `kinozal.json` switch `"magnet": true` to `"magnet": false`
2022-03-19 02:53:08 +05:00
## NNM-Club.me ![v2.9](https://img.shields.io/badge/v2.9-blue)
2019-01-21 02:05:37 +05:00
One of biggest russian torrent tracker.
2019-01-20 01:36:10 +05:00
2019-01-17 19:13:11 +05:00
## Installation
2019-10-24 01:52:54 +05:00
**For fresh installation.**
2019-01-20 01:36:10 +05:00
According of the name of search plugin:
2019-12-16 22:35:38 +05:00
* Save `*.py` file on your computer
2019-01-17 23:46:35 +05:00
* Then follow [official tutorial ](https://github.com/qbittorrent/search-plugins/wiki/Install-search-plugins ).
2019-12-16 22:33:55 +05:00
* _After installation you can change your settings with `*.json` file which will be created automatically in:_
2020-03-12 20:31:52 +05:00
* Windows: `%localappdata%\qBittorrent\nova3\engines`
2022-06-20 02:10:17 +05:00
* Linux: `~/.local/share/data/qBittorrent/nova3/engines`
2020-03-12 20:29:28 +05:00
* OS X: `~/Library/Application Support/qBittorrent/nova3/engines`
2022-03-19 02:53:08 +05:00
* ... or you can put `settings_gui.py` into parent folder (nova3) and after this you can double-click on `*.py` file, or `Open with... -> Python` , and you should see graphic interface of your data :)
Description of `*.json` file:
```
{
"username": "USERNAME", < - your USERNAME of torrent tracker
"password": "PASSWORD", < - your PASSWORD of torrent tracker
"torrentDate": true, < - creation date of torrent in search list ( true / false )
"proxy": false, < - switchng proxy ( true / false )
"proxies": {
"http": "", < - ex . " proxy . example . org:8080 "
"https": "" < - ex . " 127 . 0 . 0 . 1:3128 "
},
"magnet": false, < - switching magnet download ( true / false )
"ua": "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0 " < - browser User-Agent
}
```
_*make sure that your proxy work with right protocol_
2019-10-24 01:52:54 +05:00
**For update just reinstall `*.py` file.**
2019-01-21 02:05:37 +05:00
## Troubleshooting
2019-12-16 22:33:55 +05:00
All errors will appear directly in qBittorrent as searching result.
2022-03-19 19:35:54 +05:00
* torrent tracker return 403 error:
2022-03-19 19:39:13 +05:00
- Some sites, sometimes, enable protection like CloudFlare, that required JavaScript. Vanilla Python has no implementation of JavaScript, it means that search engine will be return 403 error.