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

Fixing Librex SearchResultParser results selector

This commit is contained in:
Jorge Botto 2024-10-09 00:37:03 +01:00
parent d52da3aeb4
commit 260c651d7d

View File

@ -30,7 +30,7 @@ impl LibreX {
Ok(Self {
parser: SearchResultParser::new(
".text-result-container>p",
".text-result-container",
".text-result-wrapper",
".text-result-wrapper>a>h2",
".text-result-wrapper>a",
".text-result-wrapper>span",