Quote:
Originally Posted by an07her
Yes, I don't want the streaming links. Source files should be the same.
And FLAC itself doesn't have encryption, and if links are visible I can access that and download it.
But I still don't understand how to get that FULL_PATH_ORIGIN.
I guess it's not possible, since you would implement it probably if it was.
Hope I'm not annoying, just trying to understand what happens if you can directly access FLAC without any tokens/sessionid.
|
The streaming link is exactly what you want, if you try to download the flac file.
But the link is not visible, except you sniff it in you network while streaming flac.
The FULL_PATH_ORIGIN variable is a path on their filesystem. I doubt you can access that.
To get it, you have to call the JavaScript API, as I told you before.
You need to do a post to this url:
Code:
http://www.deezer.com/ajax/gw-light.php?api_version=1.0&api_token=TOKEN&input=3
For the token you can go to deezer.com and look for checkForm in the source code.
Your post data has to look like this:
Code:
[{"method":"song.getListData","params":{"sng_ids":[SONGID]}}]