We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b5066 commit 824ea3aCopy full SHA for 824ea3a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
This changelog summarizes all changes of the RAG Web Browser
2
3
+### 1.0.12 (2025-03-24)
4
+
5
+🐛 Bug Fixes
6
+- Updated selector for organic search results and places
7
8
### 1.0.11 (2025-03-21)
9
10
🐛 Bug Fixes
src/google-search/google-extractors-urls.ts
@@ -64,6 +64,7 @@ export const scrapeOrganicResults = ($: CheerioAPI) => {
64
'.g .tF2Cxc>.yuRUbf', // old search selector 2021 January
65
'.g [data-header-feature="0"]', // old search selector 2022 January
66
'.g .rc', // very old selector
67
+ '.sATSHe', // another new selector in March 2025
68
];
69
70
if (areTheResultsSuggestions($)) {
0 commit comments