-
-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch youtubei.js@14.0.0
for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/youtubei.js/dist/src/parser/parser.js b/node_modules/youtubei.js/dist/src/parser/parser.js
index b0b4711..dd97b34 100644
--- a/node_modules/youtubei.js/dist/src/parser/parser.js
+++ b/node_modules/youtubei.js/dist/src/parser/parser.js
@@ -37,7 +37,8 @@ const IGNORED_LIST = new Set([
'StatementBanner',
'GuideSigninPromo',
'AdsEngagementPanelContent',
- 'MiniGameCardView'
+ 'MiniGameCardView',
+ 'VideoSummaryParagraphView',
+ 'GridShelfView'
]);
const RUNTIME_NODES = new Map(Object.entries(YTNodes));
const DYNAMIC_NODES = new Map();
This issue body was partially generated by patch-package.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request