Skip to content

Commit

Permalink
Fixing Librex SearchResultParser results selector (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jf-botto authored Nov 2, 2024
1 parent 4fa9a74 commit ef0ae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/librex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef0ae2f

Please sign in to comment.