diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-16 20:40:03 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-16 20:40:03 +0100 |
| commit | 930f724ec639c167d870d716240ac5d4512beba2 (patch) | |
| tree | 97b3c13dd0345cf662d55fb48e47c9f160a3392f /searx/settings.yml | |
| parent | 0059d08f13b1bf64b3f36ab2cbe89d5fec5d727c (diff) | |
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
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d2c7a32c9..07cd2ac3e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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 |