mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] crowdview engine: html tags in title and content
This commit is contained in:
parent
342d321196
commit
1688598476
1 changed files with 2 additions and 0 deletions
|
@ -561,6 +561,8 @@ engines:
|
||||||
url_query: link
|
url_query: link
|
||||||
title_query: title
|
title_query: title
|
||||||
content_query: snippet
|
content_query: snippet
|
||||||
|
title_html_to_text: true
|
||||||
|
content_html_to_text: true
|
||||||
disabled: true
|
disabled: true
|
||||||
about:
|
about:
|
||||||
website: https://crowdview.ai/
|
website: https://crowdview.ai/
|
||||||
|
|
Loading…
Add table
Reference in a new issue