Skip to content
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

feat: Add Innertube#getPlaylists() #650

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

iBicha
Copy link
Contributor

@iBicha iBicha commented Apr 28, 2024

Adds a getPlaylists function which browses FEplaylist_aggregation
Closes #639 and closes #640

@LuanRT LuanRT changed the title Add getPlaylists function feat: Add Innertube#getPlaylists() Apr 29, 2024
@LuanRT LuanRT merged commit 7315fca into LuanRT:main Apr 29, 2024
4 checks passed
Comment on lines +336 to +337
const feed = new Feed(this.actions, response);
return feed.playlists;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LuanRT I just realized that perhaps we should return the feed, in case there is continuation (I don't know if there is a continuation/pagination with playlists or not)
I see this is already released in 9.4 (thanks!) so maybe it can be in 10.x if it make sense

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there is, so yup I agree.

@iBicha iBicha deleted the feature/playlists branch April 29, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[9.3.0] ChipBarView/ChipView not found List playlists
2 participants