We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script.js
youtube.js
node script.js
const { Innertube } = require('youtubei.js') async function createInnertube(options = { withPlayer: false, location: undefined, safetyMode: false, clientType: undefined, generateSessionLocally: true }) { return await Innertube.create({ enable_safety_mode: false, generate_session_locally: !!options.generateSessionLocally }) } console.info('hi'); let id = 'P0uzckVfO_M'; (async () => { const webInnertube = await createInnertube({ withPlayer: true, generateSessionLocally: false }) const info = await webInnertube.getInfo(id) console.info('info.comments_entry_point_header', info.comments_entry_point_header) })()
hi info.comments_entry_point_header undefined
See lower
See upper
Default
No idea if YT doing some AB testing or anti-scraping/bot stuff But this only started happening is last few days
Looking at the response for https://www.youtube.com/youtubei/v1/next comments-entry-point seems missing No idea if bug or data moved somewhere
https://www.youtube.com/youtubei/v1/next
comments-entry-point
Update 1 - Add response SC when comments-entry-point present
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
script.js
youtube.js
(I did this in FreeTube project folder)node script.js
Failure Logs
Expected behavior
See lower
Current behavior
See upper
Version
Default
Anything else?
No idea if YT doing some AB testing or anti-scraping/bot stuff
But this only started happening is last few days
Looking at the response for
https://www.youtube.com/youtubei/v1/next
comments-entry-point
seems missingNo idea if bug or data moved somewhere
Update 1 - Add response SC when
comments-entry-point
presentChecklist
The text was updated successfully, but these errors were encountered: