We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Please add a new feature for list playlist from release tab.
No response
The text was updated successfully, but these errors were encountered:
Wow, I didn't know about this tab. Cool!
You can actually fetch any tab you want even if the library doesn't support it officially.
import { Innertube, YT } from 'youtubei.js'; (async () => { const yt = await Innertube.create(); const channel = await yt.getChannel('UC5CwaMl1eIgY8h02uZw7u8A'); if (channel.hasTabWithURL('releases')) { const tab = await channel.getTabByURL('releases'); const releasesTab = new YT.Channel(yt.actions, tab.page, true); console.log(releasesTab); console.log(releasesTab.playlists); } })();
I hope this helps!
Sorry, something went wrong.
getReleases
getPodcasts
Channel
Successfully merging a pull request may close this issue.
Describe your suggestion
Please add a new feature for list playlist from release tab.

Other details
No response
Checklist
The text was updated successfully, but these errors were encountered: