mirror of
https://github.com/searxng/searxng.git
synced 2025-07-19 11:19:54 +02:00
bing_news: parital rollback of c89c05bc
The bing_news bug (discussed in #1838) was caused by wrong language tags, which
was fixed e0c99d9d
/ no need to change the bing_news search string.
closes: https://github.com/asciimoo/searx/issues/1838
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
79412828cd
commit
1c853f9573
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ def _fetch_supported_languages(resp):
|
|||
href = eval_xpath(a, './@href')[0]
|
||||
match = setmkt.search(href)
|
||||
l_tag = match.groups()[0]
|
||||
_lang, _nation = l_tag.split('-',1)
|
||||
_lang, _nation = l_tag.split('-', 1)
|
||||
l_tag = _lang.lower() + '-' + _nation.upper()
|
||||
lang_tags.add(l_tag)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue