Spaces:
Running
Running
Jorge Botto
commited on
Fixing Librex SearchResultParser results selector (#619)
Browse files- src/engines/librex.rs +1 -1
src/engines/librex.rs
CHANGED
@@ -30,7 +30,7 @@ impl LibreX {
|
|
30 |
Ok(Self {
|
31 |
parser: SearchResultParser::new(
|
32 |
".text-result-container>p",
|
33 |
-
".text-result-
|
34 |
".text-result-wrapper>a>h2",
|
35 |
".text-result-wrapper>a",
|
36 |
".text-result-wrapper>span",
|
|
|
30 |
Ok(Self {
|
31 |
parser: SearchResultParser::new(
|
32 |
".text-result-container>p",
|
33 |
+
".text-result-wrapper",
|
34 |
".text-result-wrapper>a>h2",
|
35 |
".text-result-wrapper>a",
|
36 |
".text-result-wrapper>span",
|