Skip to content

Commit

Permalink
fix(google): fix selector for video results
Browse files Browse the repository at this point in the history
fix #364
  • Loading branch information
iorate committed Sep 18, 2023
1 parent e9aacf0 commit 74008ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
{
target: '.RzdJxc .hMJ0yc',
level: '.RzdJxc',
url: '.X5OiLe',
url: 'a[href]',
title: '.fc9yUc',
actionTarget: '.hMJ0yc',
actionStyle: desktopActionStyle,
Expand Down

0 comments on commit 74008ab

Please sign in to comment.