WebAPI: Add a way to download .torrent file using search plugin
commit4d8713ce110d80f995212fb7a779fe16504fb91d
authorVladimir Golovnev <glassez@yandex.ru>
Wed, 15 May 2024 05:47:40 +0000 (15 08:47 +0300)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 05:47:40 +0000 (15 08:47 +0300)
tree63825bdc55f764b5373578272eb641a890e1b31f
parent2c47f09d7a797c1ea886879749b71198e449e701
WebAPI: Add a way to download .torrent file using search plugin

* Simplify nova2dl script
* Use search engine name instead of site URL (like nova2 does)
* Add a way to download torrent using search plugin

PR #20824.
src/base/search/searchdownloadhandler.cpp
src/base/search/searchdownloadhandler.h
src/base/search/searchhandler.cpp
src/base/search/searchhandler.h
src/base/search/searchpluginmanager.cpp
src/base/search/searchpluginmanager.h
src/gui/search/searchjobwidget.cpp
src/gui/search/searchsortmodel.h
src/searchengine/nova3/nova2dl.py
src/webui/api/searchcontroller.cpp
src/webui/api/searchcontroller.h