mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00
[PR #463] [CLOSED] fix: don't fail on missing field within playlist #616
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#616
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/463
Author: @mgoltzsche
Created: 10/22/2023
Status: ❌ Closed
Base:
master← Head:ignore-missing-field📝 Commits (1)
eeb8eecfix: don't fail on missing field within playlist📊 Changes
1 file changed (+5 additions, -4 deletions)
View changed files
📝
ytmusicapi/parsers/playlists.py(+5 -4)📄 Description
Previously, when using authentication based request headers copied from the browser's development tool, playlist parsing failed due to the missing fields
setVideoIdandremovedVideoIdwithin the Youtube response.Closes #462
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.