[fix] google: don't display that keyword is missing in content field

pull/3392/head
Bnyro 3 weeks ago committed by Markus Heiser
parent 949a73103f
commit 0f2f52f0b5

@ -62,7 +62,7 @@ filter_mapping = {0: 'off', 1: 'medium', 2: 'high'}
results_xpath = './/div[contains(@jscontroller, "SC7lYd")]'
title_xpath = './/a/h3[1]'
href_xpath = './/a[h3]/@href'
content_xpath = './/div[@data-sncf]'
content_xpath = './/div[@data-sncf="1"]'
# Suggestions are links placed in a *card-section*, we extract only the text
# from the links not the links itself.

Loading…
Cancel
Save