mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #115] spotify web app reveals way to littarly download at least the first few secconds of a song (not realy an issue) #104
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#104
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 @Timtta on GitHub (Sep 13, 2024).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/115
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 commented on GitHub (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 commented on GitHub (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 commented on GitHub (Sep 14, 2024):
but still thanks for the info