From 5230877f3c8aed4d64ed822a6a056e34beb5d8f6 Mon Sep 17 00:00:00 2001 From: Michael Kuperfish Steinberg <36902556+Michael-K-Stein@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:23:16 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 710aed9..edecc0c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Downloading massive amounts of songs and meta data can help if you prefer listen ## How? SpotiFile starts its life by authenticating as a normal Spotify user, and then performs a wide range of conventional and unconventional API calls to Spotify in order to retrieve relevant information. +SpotiFile does not actually download audio from Spotify, since they use proper DRM encryption to protect against piracy. Rather, SpotiFile finds the relevant audio file on Deezer, using the copyright id (ironically). Then SpotiFile downloads the "encrypted" audio file from deezer, and decrypts it using the private key that Deezer leaked a while ago. ---