|
@@ -111,8 +111,8 @@ filter_mapping = {0: 'off', 1: 'medium', 2: 'high'}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
-results_xpath = '//div[@class="g"]'
|
|
+results_xpath = '//div[contains(@class, "g")]'
|
|
|
|
|
|
|
|
|
|
g_section_with_header = './g-section-with-header'
|
|
g_section_with_header = './g-section-with-header'
|
|
@@ -124,8 +124,8 @@ title_xpath = './/h3[1]'
|
|
|
|
|
|
href_xpath = './/div[@class="yuRUbf"]//a/@href'
|
|
href_xpath = './/div[@class="yuRUbf"]//a/@href'
|
|
|
|
|
|
-
|
|
+
|
|
-content_xpath = './/div[@class="IsZvec"]'
|
|
+content_xpath = './/div[contains(@class, "VwiC3b")]'
|
|
|
|
|
|
|
|
|
|
|
|
|