Skip to content

Commit

Permalink
fix(google): adapt to updated YouTube channel results
Browse files Browse the repository at this point in the history
fix #263
  • Loading branch information
iorate committed Aug 16, 2022
1 parent 377a41b commit c3a1755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/search-engines/google-desktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ const desktopSerpHandlers: Record<string, SerpHandler> = {
actionTarget: '.hMJ0yc',
actionStyle: desktopActionStyle,
},
// YouTube Channel
// YouTube and TikTok Channel
{
target: '.mnr-c > .krUaHe',
target: '.d3zsgb, .rULfzc',
level: 1,
url: 'a',
title: 'h3',
Expand Down

0 comments on commit c3a1755

Please sign in to comment.