mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add an No Api Flickr Engine
It uses the webpage json infos to build the results Let the user choose the engine in setting.yml. Noapi active by default + little corrections on Flickr engine
This commit is contained in:
parent
0059d08f13
commit
930f724ec6
3 changed files with 110 additions and 8 deletions
|
|
@ -65,12 +65,15 @@ engines:
|
|||
# categories : files
|
||||
# shortcut : fc
|
||||
|
||||
# api-key required: https://www.flickr.com/services/apps/create/
|
||||
# - name : flickr
|
||||
- name : flickr
|
||||
categories : images
|
||||
shortcut : fl
|
||||
# You can use the engine using the official stable API, but you need an API key
|
||||
# See : https://www.flickr.com/services/apps/create/
|
||||
# engine : flickr
|
||||
# categories : images
|
||||
# shortcut : fl
|
||||
# api_key: 'apikey' # required!
|
||||
# Or you can use the html non-stable engine, activated by default
|
||||
engine : flickr-noapi
|
||||
|
||||
- name : general-file
|
||||
engine : generalfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue