diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-15 03:21:25 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-15 03:21:25 +0100 |
| commit | cfdcbdd9b536ce859d6f4c1690d4b788c1d89463 (patch) | |
| tree | 78cce62f6e8caa0df7ae86dcddd5497dce11a50f /searx/settings.yml | |
| parent | ba51d784d16a1a9f05b862ce8ed333eac960cf58 (diff) | |
Rework Flickr Engine
Everything was redone to use the API. It needs an API key, but it's worth it.
Everything works. Title, Image, Content, URL
The API allow lots of things. Thumbnails and date will be easy to add when it will be implemented in Searx.
Fix asciimoo/searx#126
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 5e9f11202..b7359b919 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -65,11 +65,12 @@ engines: # categories : files # shortcut : fc - - name : flickr - engine : flickr - categories : images - shortcut : fl - timeout: 3.0 +# api-key required: https://www.flickr.com/services/apps/create/ +# - name : flickr +# engine : flickr +# categories : images +# shortcut : fl +# api_key: 'apikey' # required! - name : general-file engine : generalfile |