mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-24 06:58:22 -05:00
👽️ chore: update the search result selectors in accordance with the html changes (#432)
This commit is contained in:
parent
2b41fb9735
commit
582f8aee5b
@ -29,8 +29,8 @@ impl DuckDuckGo {
|
|||||||
Ok(Self {
|
Ok(Self {
|
||||||
parser: SearchResultParser::new(
|
parser: SearchResultParser::new(
|
||||||
".no-results",
|
".no-results",
|
||||||
".result",
|
".results>.result",
|
||||||
".result__a",
|
".result__title>.result__a",
|
||||||
".result__url",
|
".result__url",
|
||||||
".result__snippet",
|
".result__snippet",
|
||||||
)?,
|
)?,
|
||||||
|
Loading…
Reference in New Issue
Block a user