mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #13] [Question] get stream url for track #11
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#11
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 @AndreasWidmer on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/13
Hi,
thanks for your time creating this script.
Can you tell if there is a possibility to get the streaming url for a track like the gmusicapi did?
Greetings,
Andreas
@sigma67 commented on GitHub (May 13, 2020):
Hey, this is currently not implemented.
Every song/video on YouTube Music is essentially a YouTube video. Most of this project uses the API music.youtube.com, however when you press 'Play' in YouTube Music, it uses the regular YouTube endpoints. I think the endpoint https://www.youtube.com/get_video_info is used to get video streaming data. Therefore I think getting a streaming URL might be out of scope for this API, since there's many existing APIs for dealing with YouTube videos.
For example, you should be able to use
youtube-dlto download the song. There's a sample implementation in tombulled's project.@AndreasWidmer commented on GitHub (May 13, 2020):
Ah, i see.
Thanks for the clarification and help :)
Thank you & keep up the good work!