mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #57] shortDescription does not reliably have index [5] #40
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#40
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?
Originally created by @ngt-magee on GitHub (Aug 17, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/57
for videoId
dyG_yptc7y8I get the below error. Out of 10 songs I was just looking at, this was the only error (I am working around it by catching andIndexErrorand puttingsong_meta['production'] = 'No info'for this line)@sigma67 commented on GitHub (Aug 23, 2020):
It seems both the keys
productionandreleaseare missing for this video. I hope these are the only ones that are potentially missing, otherwise it may become hard to parse correctly (i.e. if items in the second or third line are missing randomly).