Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This changelog summarizes all changes of the RAG Web Browser

### 1.0.12 (2025-03-24)

🐛 Bug Fixes
- Updated selector for organic search results and places

### 1.0.11 (2025-03-21)

🐛 Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions src/google-search/google-extractors-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const scrapeOrganicResults = ($: CheerioAPI) => {
'.g .tF2Cxc>.yuRUbf', // old search selector 2021 January
'.g [data-header-feature="0"]', // old search selector 2022 January
'.g .rc', // very old selector
'.sATSHe', // another new selector in March 2025
];

if (areTheResultsSuggestions($)) {
Expand Down
Loading