mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 01:22:11 +00:00
chore(parser): Add 'GenAiFeedbackFormView' to ignored list
This commit is contained in:
@@ -87,7 +87,8 @@ const IGNORED_LIST = new Set([
|
||||
'StatementBanner',
|
||||
'GuideSigninPromo',
|
||||
'AdsEngagementPanelContent',
|
||||
'MiniGameCardView'
|
||||
'MiniGameCardView',
|
||||
'GenAiFeedbackFormView'
|
||||
]);
|
||||
|
||||
const RUNTIME_NODES = new Map<string, YTNodeConstructor>(Object.entries(YTNodes));
|
||||
|
||||
Reference in New Issue
Block a user