mirror of https://github.com/searxng/searxng.git
commit
07342899e5
|
@ -113,7 +113,7 @@ filter_mapping = {0: 'off', 1: 'medium', 2: 'high'}
|
|||
# ------------------------
|
||||
|
||||
# google results are grouped into <div class="jtfYYd ..." ../>
|
||||
results_xpath = '//div[contains(@class, "kvH3mc")]'
|
||||
results_xpath = '//div[contains(@class, "jtfYYd")]'
|
||||
|
||||
# google *sections* are no usual *results*, we ignore them
|
||||
g_section_with_header = './g-section-with-header'
|
||||
|
|
Loading…
Reference in New Issue