mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #144] Question: ISRC and UPC code #106
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#106
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 @pyropy on GitHub (Jan 6, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/144
Hi, is it possible to get ISRC and UPC codes in response?
@sigma67 commented on GitHub (Jan 6, 2021):
Are they available on the YouTube (Music) web interface somewhere? If not it's unlikely that they're available at all for regular users
@pyropy commented on GitHub (Jan 6, 2021):
I haven't found it anywhere in response, but I'm not sure is there ISRC / UPC code in response actually. But I'm able to search by ISRC/UPC with
searchmethod.@sigma67 commented on GitHub (Jan 6, 2021):
Oh interesting, that's good to know. Could you provide an example videoId with ISRC and UPC? I could check if it's contained in the response at all.
@pyropy commented on GitHub (Jan 6, 2021):
Of course!
Here's example ISRC code of Michael Jackson's Earth song
USSM19500010and here's an example of UPC code for 21 Savage's album Savage Mode II886448747697.Here's an example of how I use search with UPC/ISRC.
@sigma67 commented on GitHub (Jan 6, 2021):
Unfortunately no, seems it's only available in the backend for search. It was not contained in search or get_song response.