mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] engines - add IMDB / Internet Movie Database
Merged from @Guilvareux's commit [1] and slightly modfied / see [2]. [1] https://github.com/searx/searx/pull/2980/commits/f2f90071 [2] https://github.com/searx/searx/pull/2980
This commit is contained in:
parent
e39a03cc61
commit
823d44ed0a
3 changed files with 102 additions and 0 deletions
|
|
@ -744,6 +744,12 @@ engines:
|
|||
require_api_key: false
|
||||
results: JSON
|
||||
|
||||
- name: imdb
|
||||
engine: imdb
|
||||
shortcut: imdb
|
||||
timeout: 6.0
|
||||
disabled: true
|
||||
|
||||
- name: ina
|
||||
engine: ina
|
||||
shortcut: in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue