0
0
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:
Jorge Botto 2024-10-09 00:37:03 +01:00
parent d52da3aeb4
commit 260c651d7d

View File

@ -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",