This reverts the changes made to the Google results XPath in PR #1633.
This commit is contained in:
Brock Vojković 2022-08-10 08:41:57 +08:00 committed by Léon Tiekötter
parent 3d6b098a5f
commit 24210fb10b
No known key found for this signature in database
GPG key ID: 02869F7817D9EC08

View file

@ -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'