mirror of https://github.com/searxng/searxng.git
[feat] implementation of the movie database
This commit is contained in:
parent
b56db4e04e
commit
140125e641
|
@ -1449,6 +1449,18 @@ engines:
|
||||||
shortcut: ts
|
shortcut: ts
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: tmdb
|
||||||
|
engine: xpath
|
||||||
|
paging: true
|
||||||
|
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
|
||||||
|
thumbnail_xpath: .//img/@src
|
||||||
|
title_xpath: .//div[contains(@class,"title")]//h2
|
||||||
|
content_xpath: .//div[contains(@class,"overview")]
|
||||||
|
shortcut: tm
|
||||||
|
disabled: true
|
||||||
|
|
||||||
# Requires Tor
|
# Requires Tor
|
||||||
- name: torch
|
- name: torch
|
||||||
engine: xpath
|
engine: xpath
|
||||||
|
|
Loading…
Reference in New Issue