-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
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
Add related videos to .getDetails func #69
Comments
Hi there, Can you try the latest version? Just do: npm install git+https://github.com/LuanRT/YouTube.js.git I'm currently in the process of refactoring some things in the library and I recently added the Ex: const info = await session.getInfo('VCRkMsOFjI8');
console.log(info.watch_next_feed); Note: |
Merci monsieur 👍 |
It's not yet parsed, but I'll use it after the official release. |
|
The |
@absidue
An unauthenticated session's YouTube.js/src/parser/youtube/VideoInfo.ts Lines 162 to 164 in 22b9c17
Honestly, I did not realize YouTube didn't allow logged out users to apply filters to that feed. Anywho, I'll be fixing this later today. Thanks for the heads up! Edit: |
That's weird, thanks for looking into it 🤗 |
It would be great if I could get a list of videos related to a certain ID. Seems easy enough? please help.
The text was updated successfully, but these errors were encountered: