You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/data
Markus Heiser ef6e1bd6b9 [fix] Qwant engines - implement API v3 and add 'quant videos'
The implementation uses the Qwant API (https://api.qwant.com/v3). The API is
undocumented but can be reverse engineered by reading the network log of
https://www.qwant.com/ queries.

This implementation is used by different qwant engines in the settings.yml::

  - name: qwant
    categories: general
    ...
  - name: qwant news
    categories: news
    ...
  - name: qwant images
    categories: images
    ...
  - name: qwant videos
    categories: videos
    ...

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
__init__.py [pylint] searx/data/__init__.py 3 years ago
ahmia_blacklist.txt Update searx.data - update_ahmia_blacklist.py 3 years ago
currencies.json Update searx.data - update_currencies.py 3 years ago
engines_languages.json [fix] Qwant engines - implement API v3 and add 'quant videos' 3 years ago
external_bangs.json Update searx.data - update_external_bangs.py 3 years ago
external_urls.json [mod] add external_urls.json and wikidata_units.json 4 years ago
osm_keys_tags.json [enh] openstreetmap / map template: improve results 3 years ago
useragents.json Update searx.data - update_firefox_version.py 3 years ago
wikidata_units.json Update searx.data - update_wikidata_units.py 3 years ago