mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
[PR #821] [MERGED] fix collaborative playlists #754
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#754
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/821
Author: @sgvictorino
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @sigma67
Base:
main← Head:fix-collaborative-playlists📝 Commits (4)
b4d7be2get_playlist: return collaborative playlist info instead of erroring23f1b52get_playlist: parse item durations in collaborative playlistse9c0bc1Merge branch 'main' into sgvictorino-fix-collaborative-playlists7f54dffMerge remote-tracking branch 'origin/main' into sgvictorino-fix-collaborative-playlists📊 Changes
7 files changed (+94 additions, -37 deletions)
View changed files
➖
tests/data/2024_07_get_playlist_collaborative.json(+0 -1)➕
tests/data/2025_10_get_playlist_collaborative.json(+1 -0)➖
tests/data/expected_output/2024_07_get_playlist_collaborative.json(+0 -9)➕
tests/data/expected_output/2025_10_get_playlist_collaborative.json(+18 -0)📝
tests/mixins/test_playlists.py(+1 -1)📝
ytmusicapi/mixins/playlists.py(+20 -2)📝
ytmusicapi/parsers/playlists.py(+54 -24)📄 Description
Closes #816, closes #820
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.