Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Audio stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=5)
-   -  

Record/Capture/Download/Rip/Save Music from Deezer

(http://stream-recorder.com/forum/showthread.php?t=2023)

aseurope 08-03-2015 01:35 PM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Going crazy trying to figure this out, with the deezer.com and deezer.link source what exactly can be done to decrypt the mp3? I am able to download them but like mentioned before they sound jumbled due to encryption. Does the deezer.link or groovesquid source include script for decryption? What should be done first? Decrypt using a script then download? or other way around? :confused: :confused: :confused:

Sparx 08-04-2015 11:02 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
So I was able to decrypt a downloaded file with the help of the deezer.java file.

But the getDownloadUrl() function seems to be broken. I always get a wrong url.
Especially line 90 and 91:
Code:

String dataHash = new MD5().get(data);
data = dataHash + separator + data + separator;

I decryptet a working url with the aeskey.
seperator + data + seperator seems to be right, but the dataHash is wrong.

aseurope 08-05-2015 09:33 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Can you please provide a step by step, sorry about my newb prog skills.

Thanks.

Sparx 08-18-2015 10:15 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
I was not able to get a working URL, so I did something else.

I made a small Java program, that opens a text file with URLs and downloads them.

To get the URLs I used URL Snooper 2.

Click on File -> Advanced Mode, if not already active.
Enter "deezer.com/mobile" in the "Must Contain:" Field and press Sniff Network.
Then just skip through the Songs you want to download from deezer.


Then Click on File -> Export -> Save all URLs to File (just urls)


Then start my program, open the text File, choose a Download Directory, select the Songs you want and click on download.


That's the best I could come up with.

Download Link: Write me a PM
Virus Total:https://www.virustotal.com/de/file/391e3955eb9bbcaca7db44b1fa9b9a5008057ffbf944cf7d2a 79b07b5ac585a4/analysis/1439914325/

Quote:

Originally Posted by aseurope (Post 78742)
Can you please provide a step by step, sorry about my newb prog skills.

Thanks.

To decrypt a file, use getBlowfishKey(Long SongID) to get and set the BlowfishKey and then line 120 to 150 from the posted Deezer.java file.
So instead of downloading a file and then load it into an inputstream, read it directly.

aseurope 08-18-2015 11:19 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Sparx, you are a genius!

Working lovely so far.. great app you put together.

Many thanks!!! :) ;)

derickhommie 08-18-2015 02:19 PM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Brilliant ! works perfectly but I'm just wondering why some MP3 won't be grabbed/catched ?

Thanks alot man

Sparx 08-18-2015 02:47 PM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Quote:

Originally Posted by derickhommie (Post 79006)
Brilliant ! works perfectly but I'm just wondering why some MP3 won't be grabbed/catched ?

Thanks alot man

Can you give me an example of songs that didn't get catched?
I mean in this form http://www.deezer.com/track/831319
To get them, choose a song on deezer, click on share and copy the link.
If you give me the Links to the tracks I can look into that.

Luis141080 08-18-2015 05:12 PM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
System works great friend, thank you very much !!!!

derickhommie 08-18-2015 05:40 PM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Sure mate, here you go
1- http://www.deezer.com/track/105270372
2- http://www.deezer.com/album/10842720 ( song name = omen)
3-http://www.deezer.com/track/105178712
4- http://www.deezer.com/track/104974590
5- http://www.deezer.com/track/104660454
6- http://www.deezer.com/track/105389132

Those are some random ones :)

Sparx 08-19-2015 03:25 AM

Re: Record/Capture/Download/Rip/Save Music from Deezer


 
Quote:

Originally Posted by derickhommie (Post 79011)
Sure mate, here you go
1- http://www.deezer.com/track/105270372
2- http://www.deezer.com/album/10842720 ( song name = omen)
3-http://www.deezer.com/track/105178712
4- http://www.deezer.com/track/104974590
5- http://www.deezer.com/track/104660454
6- http://www.deezer.com/track/105389132

Those are some random ones :)

They all worked for me :confused:


Maybe you just skipped them too fast.



Is someone able to translate this ActionScript Code to Java?
The Bitmap Stuff confuses me.
getStreamURL


All times are GMT -6. The time now is 10:33 PM.