mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[PR #552] [MERGED] Fix parsing of album and views in parse_playlist_items #644
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#644
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/552
Author: @fischcode
Created: 2/24/2024
Status: ✅ Merged
Merged: 2/27/2024
Merged by: @sigma67
Base:
main← Head:main📝 Commits (9)
be06d31Fix parsing of album and views in parse_playlist_itemsf0b7495Add "own_playlist" attribute to playlistsd3c6898Add thumbnails to episodes52645abAdd unit test for playlist "own_playlist" attribute2623c1Improvements as requestedf2da1f2Fix linter in test_playlists.pye96e87dAuto-Formatting on playlists.py2ddb32aformat parsers/podcasts.py3838aadRemove filtering of podcast thumbnails📊 Changes
4 files changed (+9 additions, -6 deletions)
View changed files
📝
tests/mixins/test_playlists.py(+2 -0)📝
ytmusicapi/mixins/playlists.py(+1 -0)📝
ytmusicapi/parsers/playlists.py(+4 -6)📝
ytmusicapi/parsers/podcasts.py(+2 -0)📄 Description
Parse album and views columns as a function of flex column count and is_album property to cater for varying layouts with three and four flex columns
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.