Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotify web app reveals way to littarly download at least the first few secconds of a song (not realy an issue) #115

Open
Timtta opened this issue Sep 13, 2024 · 3 comments

Comments

@Timtta
Copy link

Timtta commented Sep 13, 2024

evidence https://www.mediafire.com/file/b8gaizh9ldl7d60/95c32d180a4e135b14624624eb86fd28c0af7c8c/file

i can find a string when i opened a debug menu in the spotify web player and saw every time i plaid a song a string like this comming through the interesting part is that when you download it and rename it to a m4a ,mp3,ogg whatever you name it you can play it and also converter it with ffmpeg now only a way to get the next amount of secconds and you chould littarly download the songs from the webplayer

@Rafiuth
Copy link
Owner

Rafiuth commented Sep 14, 2024

Fwiw, I had done some tinkering with the web app some years ago. They use AAC and Widevine for encryption, but the quality is noticeably worse than the OGGs used in the full app so there is no point in breaking it.

The first 10 seconds of every song are unencrypted to give time for the widevine module to load the license and do the handshake with the server, I think, the rest is DRMed.

@Timtta
Copy link
Author

Timtta commented Sep 14, 2024

ok got it but still wy does it load the first segments of the song even when the web page startes playing at a time stamp farder then the first few secconds of the song itself?

@Timtta
Copy link
Author

Timtta commented Sep 14, 2024

but still thanks for the info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants