Jorge Botto commited on
Commit
ef0ae2f
·
unverified ·
1 Parent(s): 4fa9a74

Fixing Librex SearchResultParser results selector (#619)

Browse files
Files changed (1) hide show
  1. src/engines/librex.rs +1 -1
src/engines/librex.rs CHANGED
@@ -30,7 +30,7 @@ impl LibreX {
30
  Ok(Self {
31
  parser: SearchResultParser::new(
32
  ".text-result-container>p",
33
- ".text-result-container",
34
  ".text-result-wrapper>a>h2",
35
  ".text-result-wrapper>a",
36
  ".text-result-wrapper>span",
 
30
  Ok(Self {
31
  parser: SearchResultParser::new(
32
  ".text-result-container>p",
33
+ ".text-result-wrapper",
34
  ".text-result-wrapper>a>h2",
35
  ".text-result-wrapper>a",
36
  ".text-result-wrapper>span",