View Single Post
  #84  
Old 08-18-2015, 11:15 AM
Sparx Sparx is offline
Member
 
Join Date: Sep 2011
Posts: 78
Sparx is on a distinguished road
Default

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 View Post
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.

Last edited by Sparx : 08-19-2015 at 10:53 AM.
Reply With Quote