Skip to content

Commit

Permalink
fix(parser): ignore MiniGameCardView node (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha authored Jul 24, 2024
1 parent a5f6209 commit 6d0bc89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parser/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const IGNORED_LIST = new Set([
'BrandVideoSingleton',
'StatementBanner',
'GuideSigninPromo',
'AdsEngagementPanelContent'
'AdsEngagementPanelContent',
'MiniGameCardView'
]);

const RUNTIME_NODES = new Map<string, YTNodeConstructor>(Object.entries(YTNodes));
Expand Down

0 comments on commit 6d0bc89

Please sign in to comment.