0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

👽️ chore: update the search result selectors in accordance with the html changes (#432)

This commit is contained in:
neon_arch 2023-12-12 21:57:59 +03:00
parent 2b41fb9735
commit 582f8aee5b

View File

@ -29,8 +29,8 @@ impl DuckDuckGo {
Ok(Self {
parser: SearchResultParser::new(
".no-results",
".result",
".result__a",
".results>.result",
".result__title>.result__a",
".result__url",
".result__snippet",
)?,