mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
bugfix: fetch_supported_languages bing, -news, -videos, -images
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
40843fe95a
commit
e0c99d9dcb
4 changed files with 19 additions and 30 deletions
|
|
@ -12,10 +12,10 @@
|
|||
|
||||
from json import loads
|
||||
from lxml import html
|
||||
from searx.engines.bing_images import _fetch_supported_languages, supported_languages_url
|
||||
from searx.url_utils import urlencode
|
||||
from searx.utils import match_language
|
||||
|
||||
from searx.engines.bing import _fetch_supported_languages, supported_languages_url, language_aliases
|
||||
|
||||
categories = ['videos']
|
||||
paging = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue