mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #255] How does it work, and is it legal? #40
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#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 @oifj34f34f on GitHub (Dec 10, 2023).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/255
As far as I know, Spotify uses DRM, which supposedly can't be bypassed. I'm wondering how downloading a track works without a Premium account (with 160kbps ogg of course but still). Is https://github.com/librespot-org/librespot a "legal" Spotify client library with restrictions for free accounts so as not to violate Spotify's terms of service?"
@kokarare1212 commented on GitHub (Dec 10, 2023):
Yes and no about Spotify DRM.
Spotify uses AAC + Widevine in the web player but not in the native application (Vorbis). (Plain encryption is used instead).
Also, we will not determine if the librespot-related project is illegal or violates the ToS, at least not outside the scope of this project, so ask a legal expert, or ask Spotify AB. or look at the librespot issue Please see.
@oifj34f34f commented on GitHub (Dec 10, 2023):
Got it, thanks for the reply