Files
searxng/searx/engines
Sisyphus 28d3885764 [fix] naver: update HTML parsing for redesigned Naver search results page
Naver redesigned their search results page, replacing the old CSS classes
(lst_total, link_tit, total_dsc_wrap, api_txt_lines) with a new layout
using fds-web-doc-root containers and sds-comps design system.

Updated parse_general():
- Result container: fds-web-doc-root + fds-web-normal-doc-root
- Title: sds-comps-text-type-headline1 span
- URL: first external http link (with try/except guard)
- Content: sds-comps-text-type-body1 span
- Thumbnail: profile-thumbnail img src
- Added guard: skip results without title or URL
2026-06-29 20:25:23 +02:00
..
2025-03-30 12:41:43 +02:00
2026-03-03 20:31:25 +01:00
2026-06-05 08:07:30 +02:00
2026-04-07 15:49:46 +02:00
2025-03-30 14:25:58 +02:00
2025-04-18 09:30:17 +02:00