mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
Fixing Librex SearchResultParser results selector
This commit is contained in:
parent
d52da3aeb4
commit
260c651d7d
@ -30,7 +30,7 @@ impl LibreX {
|
|||||||
Ok(Self {
|
Ok(Self {
|
||||||
parser: SearchResultParser::new(
|
parser: SearchResultParser::new(
|
||||||
".text-result-container>p",
|
".text-result-container>p",
|
||||||
".text-result-container",
|
".text-result-wrapper",
|
||||||
".text-result-wrapper>a>h2",
|
".text-result-wrapper>a>h2",
|
||||||
".text-result-wrapper>a",
|
".text-result-wrapper>a",
|
||||||
".text-result-wrapper>span",
|
".text-result-wrapper>span",
|
||||||
|
Loading…
Reference in New Issue
Block a user