From fc4a20f734df527514a60d6f7802c1ac10ecc869 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 18 Sep 2023 11:04:59 +0200 Subject: [mod] add movies category for tmdb, imdb and moviepilot --- searx/settings.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index e7f53a69c..b2715d050 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1487,6 +1487,7 @@ engines: - name: tmdb engine: xpath paging: true + categories: movies search_url: https://www.themoviedb.org/search?page={pageno}&query={query} results_xpath: //div[contains(@class,"movie") or contains(@class,"tv")]//div[contains(@class,"card")] url_xpath: .//div[contains(@class,"poster")]/a/@href -- cgit v1.2.3