qbittorrent / search-plugins

Search plugins for the search feature
GNU General Public License v2.0
4.24k stars 474 forks source link

Add Prowlarr search engine #298

Closed galeksandrp closed 1 month ago

galeksandrp commented 1 month ago

Tested on:

ASUS / python 3.12.4 / Windows 11 Home 22H2 / qBittorrent 4.6.5 / nova2.py CLI 🆗 GUI 🆗 XXL / python 3.12.5 / Arch Linux / qBittorrent 4.6.6 / GUI 🆗 VueTorrent 2.12.0 🆗

xavier2k6 commented 1 month ago

@galeksandrp You will need to address CI failures.

galeksandrp commented 1 month ago

@galeksandrp You will need to address CI failures.

done.

galek@ASUS MINGW64 ~/AppData/Local/qBittorrent/nova3/engines (prowlarr2)
$ pycodestyle --ignore=E265,W503 --max-line-length=100 --statistics jackett.py

galek@ASUS MINGW64 ~/AppData/Local/qBittorrent/nova3/engines (prowlarr2)
$ pycodestyle --ignore=E265,W503 --max-line-length=100 --statistics prowlarr.py

galek@ASUS MINGW64 ~/AppData/Local/qBittorrent/nova3/engines (prowlarr2)
Chocobo1 commented 1 month ago

@galeksandrp Please don't reuse code across files. You should submit an independent file/plugin for your search engine.

sunnyd24 commented 1 month ago

@galeksandrp I see this issue is closed. Did you succeed with committing this new Prowlarr plugin into qBittorrent master?