mirror of https://github.com/searx/searx
Fix google engine (#3489)
This issue popped up again and part of the fix was in 6f9e678346
.
This commit is contained in:
parent
8e943d858f
commit
2ec47dce5e
|
@ -112,7 +112,7 @@ filter_mapping = {
|
|||
results_xpath = '//div[contains(@class, "MjjYud")]'
|
||||
title_xpath = './/h3[1]'
|
||||
href_xpath = './/a/@href'
|
||||
content_xpath = './/div[@data-content-feature=1]'
|
||||
content_xpath = './/div[@data-sncf]'
|
||||
results_xpath_mobile_ui = '//div[contains(@class, "g ")]'
|
||||
|
||||
# google *sections* are no usual *results*, we ignore them
|
||||
|
|
Loading…
Reference in New Issue