mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] add movies category for tmdb, imdb and moviepilot
This commit is contained in:
parent
0330648b98
commit
fc4a20f734
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue