mirror of
https://github.com/searx/searx
synced 2025-03-02 02:27:48 +01:00
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")]'
|
results_xpath = '//div[contains(@class, "MjjYud")]'
|
||||||
title_xpath = './/h3[1]'
|
title_xpath = './/h3[1]'
|
||||||
href_xpath = './/a/@href'
|
href_xpath = './/a/@href'
|
||||||
content_xpath = './/div[@data-content-feature=1]'
|
content_xpath = './/div[@data-sncf]'
|
||||||
results_xpath_mobile_ui = '//div[contains(@class, "g ")]'
|
results_xpath_mobile_ui = '//div[contains(@class, "g ")]'
|
||||||
|
|
||||||
# google *sections* are no usual *results*, we ignore them
|
# google *sections* are no usual *results*, we ignore them
|
||||||
|
Loading…
x
Reference in New Issue
Block a user