0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 05:38:20 -05:00

Fixing Librex SearchResultParser results selector (#619)

This commit is contained in:
Jorge Botto 2024-11-02 15:36:14 +00:00 committed by GitHub
parent 4fa9a7491e
commit ef0ae2f0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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