diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-12-22 13:33:32 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-12-22 13:33:32 +0100 |
| commit | af416074102d20f3cfd7cd1cfb5cd0e26c8b1f9c (patch) | |
| tree | 129f36033e5ee7675a26c252b471ac598e6fb790 /searx/settings.yml | |
| parent | 2e41bfcbdbb762be610ff379380ea2201f544edd (diff) | |
| parent | 17fd4ea4e72ad7ace3658446d149882e605bda43 (diff) | |
Merge pull request #149 from Cqoicebordel/Flickr-engine
Rework Flickr Engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 8cfe3f886..847235b70 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -70,10 +70,14 @@ engines: shortcut : px - name : flickr - engine : flickr categories : images shortcut : fl - timeout: 3.0 +# 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 +# api_key: 'apikey' # required! +# Or you can use the html non-stable engine, activated by default + engine : flickr-noapi - name : general-file engine : generalfile |