Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
582f8ae
1
Parent(s):
2b41fb9
👽️ chore: update the search result selectors in accordance with the html changes (#432)
Browse files
src/engines/duckduckgo.rs
CHANGED
@@ -29,8 +29,8 @@ impl DuckDuckGo {
|
|
29 |
Ok(Self {
|
30 |
parser: SearchResultParser::new(
|
31 |
".no-results",
|
32 |
-
".result",
|
33 |
-
".result__a",
|
34 |
".result__url",
|
35 |
".result__snippet",
|
36 |
)?,
|
|
|
29 |
Ok(Self {
|
30 |
parser: SearchResultParser::new(
|
31 |
".no-results",
|
32 |
+
".results>.result",
|
33 |
+
".result__title>.result__a",
|
34 |
".result__url",
|
35 |
".result__snippet",
|
36 |
)?,
|