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)

GO1984 10-13-2015 07:02 AM

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


 
Dear Sparx,
thank you for your hard work!

Just a little question...:: I have a Deezer Elite subscription. Therefore i am able to stream lossless FLAC-content. Any chance to add an option to save the FLAC-streams too?

friendly regards

Sparx 10-13-2015 10:46 AM

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


 
Quote:

Originally Posted by GO1984 (Post 80482)
Dear Sparx,
thank you for your hard work!

Just a little question...:: I have a Deezer Elite subscription. Therefore i am able to stream lossless FLAC-content. Any chance to add an option to save the FLAC-streams too?

friendly regards

I didn't know they support this. Are you able to sniff the URL of a playing song? If so, please send it to me via PM, then I can work on it.

aseurope 10-16-2015 09:31 AM

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


 
Sparx thank you for all the work you have been putting in, as far as V3 it mentions evaluation? to what extent can we evaluate and if there is a way to obtain a full version how can we go about doing so?

Thanks again!

Sparx 10-16-2015 01:34 PM

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


 
Quote:

Originally Posted by aseurope (Post 80552)
Sparx thank you for all the work you have been putting in, as far as V3 it mentions evaluation? to what extent can we evaluate and if there is a way to obtain a full version how can we go about doing so?

Thanks again!

That's just the Java theme I use. I don't own a license, so it displays this message.

aseurope 10-16-2015 02:09 PM

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


 
Ok thanks! V3 Works great cheers!

noob2001204 10-17-2015 09:05 PM

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


 
great work Sparx

But I'd like a small suggestion in next version
If the download is completed,it makes a small alert/notification sound so that I would know the download is finished and I dont need to keep monitoring the downloads

Thanks again for the great work

Jason2 10-18-2015 12:27 PM

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


 
Hey Sparx,

Thank you so much for this awesome tool!

I have taken the liberty to remove the "Evaluation Version" string in this application, because of my severe intolerance against trial version limitations/restriction/watermarks. I used ByteCodeViewer (https://github.com/Konloch/bytecode-viewer), changed one line of code and recompiled it.

I hope it's is ok for you that I mirrored it on Free Hosters.

http://uptobox.com/pyo8q5aj7uy4
http://www30.zippyshare.com/v/uB7vquST/file.html
http://uppit.com/ni37ghbw5636/
http://dl.free.fr/hN2yiRsP9
http://www.solidfiles.com/d/cc790bb9cf/
https://www.sendspace.com/file/nu0ikp

https://www.virustotal.com/en/file/3...is/1445192722/

Have a nice day!

Olivier91 10-24-2015 05:56 PM

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


 
Quote:

Originally Posted by Sparx (Post 80487)
I didn't know they support this. Are you able to sniff the URL of a playing song? If so, please send it to me via PM, then I can work on it.

Your tool is really great! Thanks! But oh yeah, FLAC support woud be so awesome!!

Nzyme 10-25-2015 06:47 AM

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


 
Thanks Sparx! Awesome work and efforts put in this program...Appreciate it!

wthreex 10-29-2015 04:02 PM

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


 
i have a lot of URL for download , i think "Multi URL" for next UPDATE is good idea

Sparx 10-31-2015 03:34 AM

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


 
Quote:

Originally Posted by wthreex (Post 80825)
i have a lot of URL for download , i think "Multi URL" for next UPDATE is good idea

You could add them to a playlist and download the playlist.

markbbd15 11-03-2015 04:32 PM

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


 
Google says that the original downloading service is back...
Or atleast it seems so..

google.com/search?q=deezer+downloader

Top result:
music.spider-warez.com

cw2k 11-07-2015 09:41 AM

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


 
Quote:

Originally Posted by Jason2 (Post 80625)
Hey Sparx,

Thank you so much for this awesome tool!

I have taken the liberty to remove the "Evaluation Version" string in this application, because of my severe intolerance against trial version limitations/restriction/watermarks. I used ByteCodeViewer (https://github.com/Konloch/bytecode-viewer), changed one line of code and recompiled it.

I hope it's is ok for you that I mirrored it on Free Hosters.

http://uptobox.com/pyo8q5aj7uy4
http://www30.zippyshare.com/v/uB7vquST/file.html
http://uppit.com/ni37ghbw5636/
http://dl.free.fr/hN2yiRsP9
http://www.solidfiles.com/d/cc790bb9cf/
https://www.sendspace.com/file/nu0ikp

https://www.virustotal.com/en/file/3...is/1445192722/

Have a nice day!

Doesn't run corrupted jar.
DeezerDownloaderfix.jar!META-INF\MANIFEST.MF should look like this:
Manifest-Version: 1.0
Main-Class: com.sparx.Main

then It'll work.
http://files.planet-dl.org/Cw2k/tmp/DeezerDownloader3.fix.jar

Well you're is like this
Main-Class: com\sparx\Main
and no this is not the right format.

Okay Normally doubleclick will start it.
Else
java.exe -jar DeezerDownloader3fix

with unpacked jar change to DeezerDownloader3/ dir or add it via -cp ...DeezerDownloader3/
java.exe com.sparx.Main




When comparing it with original
DeezerDownloader3.jar
(^-btw nicer to DL than share.biz)
I see that that you've change more than just one line.

Not to talk about the *.classes that are all binary different - however used JD-GUI to decompile and do a logical compare.


When looking at
de\javasoft\plaf\synthetica\painter\RootPanePainte r.class

there is
SyntheticaRootPaneUI.isEvalCopy()
maybe patching just this should do the trick disabling
"Synthetica - Unregistered Evaluation Copy!"
and other limitation.

Getting this to return true can be probably done by some simple byte patching the class file.

CHJ85 11-11-2015 12:43 PM

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


 
@cw2k what exactly did Jason2 try to do?
I downloaded his jar file, which (like you said) did not work.

k4k45h1 11-12-2015 12:39 AM

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


 
@sparx
thanks for deezer application.
just want to ask whether it is possible to show the SongID column again in the newer application.
I find it easier to sort based on SongID especially when an album has 2 or more version but still use same album title (usually when there are clean and explicit version).
i use Ellie Goulding's latest album as an example, images for comparison shown in the next link http://imgur.com/a/s178V

wthreex 11-15-2015 02:00 AM

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


 
still waiting for FLAC xD

are you working on it sparx ? :)
------------
and how about track numbers like this ?

01. Track 1
02. Track 2
...

when files has been downloaded, i cant see "number tracks" in behind Artist Album .. :(

k4k45h1 11-15-2015 06:21 PM

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


 
Quote:

Originally Posted by wthreex (Post 81121)
still waiting for FLAC xD

are you working on it sparx ? :)
------------
and how about track numbers like this ?

01. Track 1
02. Track 2
...

when files has been downloaded, i cant see "number tracks" in behind Artist Album .. :(

try to use %TitleNr%. %Title% in file name pattern..

Sparx 11-16-2015 02:54 AM

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


 
Quote:

Originally Posted by k4k45h1 (Post 81078)
just want to ask whether it is possible to show the SongID column again in the newer application

I can add that.

Quote:

Originally Posted by wthreex (Post 81121)
still waiting for FLAC xD

are you working on it sparx ? :)
------------
and how about track numbers like this ?

01. Track 1
02. Track 2
...

when files has been downloaded, i cant see "number tracks" in behind Artist Album .. :(

FLAC isn't likely to come. It looks like they use a different encryption for them and I have no way to debug the sonos stuff.
For the Track Numbers use the pattern in the settings like k4k45h1 said.

cw2k 11-16-2015 09:51 AM

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


 
So for all the windows ppl - I wrapped in the DeezerDownloader3.fix.jar with Launch4j and added and added the deezer icon:

http://files.planet-dl.org/Cw2k/Deez...ownloader3.exe

for project file open 'DeezerDownloader3.exe' in 7Zip, winrar... and go to
META-INF\Launch4j

Nzyme 11-20-2015 06:58 AM

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


 
Hi Sparx

Are you able to update the program with the following features:

1. Is it possible to include 4 search fields for Song, Album, Artist & Deezer URL? More specific searches can be performed then as the current search takes sometime and searches for everything.

2. Include a button (say "Open Folder") to open the destination folder where the music is saved.

3. Ability to stream and play the track instead of downloading it (or) Play the downloaded track right from the program (I think this should be possible).

Thanks again for all the efforts! :)

Jason2 11-26-2015 01:23 PM

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


 
Hey,

@cw2k Thank you for your thoughtful reply. It is a true honor to see the great author of AntiWPA replying to my post :-)

Just my comments about your ideas:

As for the manifest: I used OSX and Ubuntu to patch the application. Somehow, OSX and Ubuntu seem to run the JAR file even with the wrong manifest format.
Note to self: Next time, I should test the patched application on all platforms.

To the proposed simpler patch: I also saw the possibility of patching RootPanePainter.class.
Unfortunately after changing IsEvalCopy, the re-compilation process failed and I lost my patience, so I returned to my original quick-and-dirty patch. As you said, patching the bytecode might have solved the problem and is definitely the more elegant technique.

Thanks again for fixing my fix and making it executable on all platforms.

@CHJ85
Quote:

what exactly did Jason2 try to do?
I tried to remove the red "Synthetica - Unregistered Evaluation Copy" in every window, but as explained above, my patched JAR only worked on OSX and Linux.


Have a nice day and a special thank you to Sparx for creating this application.

CHJ85 11-30-2015 03:18 AM

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


 
Quote:

Originally Posted by Jason2 (Post 81279)
my patched JAR only worked on OSX and Linux.

Didn't work on Linux.
I'm using Ubuntu, and the file was dead.
Either way. the "Synthetica - Unregistered Evaluation Copy" text doesn't make any changes to the software, so I don't see why it matters.

M@ximR 12-07-2015 12:39 AM

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


 
Hi

App not work since 7 Dec 2015 & Rip Musics By Poor 128 Kbps !

CHJ85 12-07-2015 01:51 AM

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


 
Quote:

Originally Posted by M@ximR (Post 81465)
Hi

App not work since 7 Dec 2015 & Rip Musics By Poor 128 Kbps !

Not sure what you're trying to say, but the app works fine here. Tested it just now. Still downloading the 320kbps version.

M@ximR 12-07-2015 07:14 AM

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


 
http://www.deezer.com/album/11867396

http://www.deezer.com/album/11867174

Rip just 128 Kbps Quality :(

jonaaa 12-07-2015 07:16 AM

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


 
Quote:

Originally Posted by M@ximR (Post 81465)
Hi

App not work since 7 Dec 2015 & Rip Musics By Poor 128 Kbps !

Confirmed here too, it's working fine but sometimes the download is SLOW and some musics downloads in poor 128KBPS, like here: http://www.deezer.com/album/11832928

It downloads with 128kbps, check it by yourself, you'll see that i'm not lying.

M@ximR 12-07-2015 07:21 AM

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


 
I think that some of Dec 2015 Albums rip 128 Kbps & other Albums Like 2014 Albums rip 320 !
please check some of new albums (Dec 2015)

jonaaa 12-07-2015 07:37 AM

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


 
Quote:

Originally Posted by M@ximR (Post 81471)
I think that some of Dec 2015 Albums rip 128 Kbps & other Albums Like 2014 Albums rip 320 !
please check some of new albums (Dec 2015)

The question is, why? there's the Premium+ that people can hear with great 320kbps quality, why the hell 128kbps? maybe is deezer? maybe is the downloader?

Sparx 12-07-2015 11:31 AM

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


 
The quality of the songs depends on deezer.
For example the first song of this album
Quote:

Originally Posted by M@ximR (Post 81469)

That's what you get from the api:
Code:


  "SNG_ID":"114558840",
  "ALB_ID":"11867396",
  "ALB_PICTURE":"a6befe48d08adca0852904b7abc501ba",
  "ALB_TITLE":"A?k ?çin Gelmi?iz",
  "ARRANGER":"",
  "ARTISTS":[ 
      { 
        "ART_ID":"367452",
        "ROLE_ID":"0",
        "ART_NAME":"Mustafa Ceceli",
        "ART_PICTURE":"ff6c87e635017db56fe5c8f8d14118fe",
        "SMARTRADIO":"1",
        "RANK":"444024",
        "__TYPE__":"artist"
      }
  ],
  "ART_ID":"367452",
  "ART_NAME":"Mustafa Ceceli",
  "AUTHOR":"",
  "BPM":"0",
  "COMPOSER":"",
  "CREATIVE_COMMON":"0",
  "DATE_START":"2000-01-01",
  "DATE_START_PREMIUM":"2000-01-01",
  "DIGITAL_RELEASE_DATE":"2015-12-05",
  "DISK_NUMBER":"1",
  "DURATION":"207",
  "EXPLICIT_LYRICS":"0",
  "FILESIZE":"3316087",
  "FILESIZE_MP3_64":"0",
  "FILESIZE_MP3_128":"3316087",
  "FILESIZE_MP3_256":0,
  "FILESIZE_MP3_320":"0",
  "FULL_PATH_ORIGIN":"/data/music/import3/indexed/lbl_believe/2015/2015-12-04/20151204231901139/3614596397139/47_3614596397139_01_001.flac",
  "GENRE_ID":"0",
  "GRID":"",
  "INDEXATION_DATE":"2015-12-05 00:49:09",
  "ISRC":"TRAVZ1500001",
  "KEYWORD":"",
  "LABEL_ID":"1750286",
  "LANG":"0",
  "LYRICS_ID":0,
  "MD5_ORIGIN":"113decc7f915f89496775d778a7a5e94",
  "MEDIA_VERSION":"1",
  "NOTE":"0",
  "ORIGIN":"0",
  "PERFORMER":"",
  "PHYSICAL_RELEASE_DATE":"2015-12-05",
  "PROVIDER_ID":"1",
  "PUID":"113decc7f915f89496775d778a7a5e94",
  "RANK_SNG":"388622",
  "RIGHTS":{ 
      "STREAM_ADS_AVAILABLE":true,
      "STREAM_ADS":"2000-01-01",
      "STREAM_SUB_AVAILABLE":true,
      "STREAM_SUB":"2000-01-01",
      "DOWNLOAD_ALC":"2000-01-01",
      "DOWNLOAD_ALC_AVAILABLE":true
  },
  "SMARTRADIO":"1",
  "SNG_ID_NEW":"0",
  "SNG_STATUS":"1",
  "SNG_TITLE":"A?k ?çin Gelmi?iz",
  "SONY_ID":"11401377",
  "STATUS":1,
  "S_ALC":0,
  "S_MOD":1,
  "S_PREMIUM":1,
  "S_WIDGET":0,
  "TRACK_NUMBER":"1",
  "UPDATE_DATE":"2015-12-05 00:49:09",
  "URL_REWRITING":"mustafa-ceceli",
  "USER_ID":0,
  "VERSION":"",
  "__TYPE__":"song"
}

To know what quality is available, you have to look at the filesizes:
"FILESIZE_MP3_64":"0",
"FILESIZE_MP3_128":"3316087",
"FILESIZE_MP3_256":0,
"FILESIZE_MP3_320":"0"
As you see 64, 256 and 320 are 0. That means they are not available.
So my downloader loads the best they have -> 128kb/s

k4k45h1 12-07-2015 07:39 PM

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


 
Hi, i'm wondering whether songs track number 2,4,8 from
http://www.deezer.com/album/9154595
are available and can be downloaded because those tracks can't be downloaded in my pc..
thanks..

nitmar 12-08-2015 12:06 AM

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


 
hi , I can't Download New Album With 320K!

Sample : http://www.deezer.com/album/11835642

jonaaa 12-08-2015 04:15 AM

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


 
Quote:

Originally Posted by Sparx (Post 81476)
The quality of the songs depends on deezer.
For example the first song of this album


That's what you get from the api:
Code:


  "SNG_ID":"114558840",
  "ALB_ID":"11867396",
  "ALB_PICTURE":"a6befe48d08adca0852904b7abc501ba",
  "ALB_TITLE":"A?k ?çin Gelmi?iz",
  "ARRANGER":"",
  "ARTISTS":[ 
      { 
        "ART_ID":"367452",
        "ROLE_ID":"0",
        "ART_NAME":"Mustafa Ceceli",
        "ART_PICTURE":"ff6c87e635017db56fe5c8f8d14118fe",
        "SMARTRADIO":"1",
        "RANK":"444024",
        "__TYPE__":"artist"
      }
  ],
  "ART_ID":"367452",
  "ART_NAME":"Mustafa Ceceli",
  "AUTHOR":"",
  "BPM":"0",
  "COMPOSER":"",
  "CREATIVE_COMMON":"0",
  "DATE_START":"2000-01-01",
  "DATE_START_PREMIUM":"2000-01-01",
  "DIGITAL_RELEASE_DATE":"2015-12-05",
  "DISK_NUMBER":"1",
  "DURATION":"207",
  "EXPLICIT_LYRICS":"0",
  "FILESIZE":"3316087",
  "FILESIZE_MP3_64":"0",
  "FILESIZE_MP3_128":"3316087",
  "FILESIZE_MP3_256":0,
  "FILESIZE_MP3_320":"0",
  "FULL_PATH_ORIGIN":"/data/music/import3/indexed/lbl_believe/2015/2015-12-04/20151204231901139/3614596397139/47_3614596397139_01_001.flac",
  "GENRE_ID":"0",
  "GRID":"",
  "INDEXATION_DATE":"2015-12-05 00:49:09",
  "ISRC":"TRAVZ1500001",
  "KEYWORD":"",
  "LABEL_ID":"1750286",
  "LANG":"0",
  "LYRICS_ID":0,
  "MD5_ORIGIN":"113decc7f915f89496775d778a7a5e94",
  "MEDIA_VERSION":"1",
  "NOTE":"0",
  "ORIGIN":"0",
  "PERFORMER":"",
  "PHYSICAL_RELEASE_DATE":"2015-12-05",
  "PROVIDER_ID":"1",
  "PUID":"113decc7f915f89496775d778a7a5e94",
  "RANK_SNG":"388622",
  "RIGHTS":{ 
      "STREAM_ADS_AVAILABLE":true,
      "STREAM_ADS":"2000-01-01",
      "STREAM_SUB_AVAILABLE":true,
      "STREAM_SUB":"2000-01-01",
      "DOWNLOAD_ALC":"2000-01-01",
      "DOWNLOAD_ALC_AVAILABLE":true
  },
  "SMARTRADIO":"1",
  "SNG_ID_NEW":"0",
  "SNG_STATUS":"1",
  "SNG_TITLE":"A?k ?çin Gelmi?iz",
  "SONY_ID":"11401377",
  "STATUS":1,
  "S_ALC":0,
  "S_MOD":1,
  "S_PREMIUM":1,
  "S_WIDGET":0,
  "TRACK_NUMBER":"1",
  "UPDATE_DATE":"2015-12-05 00:49:09",
  "URL_REWRITING":"mustafa-ceceli",
  "USER_ID":0,
  "VERSION":"",
  "__TYPE__":"song"
}

To know what quality is available, you have to look at the filesizes:
"FILESIZE_MP3_64":"0",
"FILESIZE_MP3_128":"3316087",
"FILESIZE_MP3_256":0,
"FILESIZE_MP3_320":"0"
As you see 64, 256 and 320 are 0. That means they are not available.
So my downloader loads the best they have -> 128kb/s

Okay, now i understand, but think with me, why deezer is releasing the latest music in 128kbps? i saw some really popular artists and they are on 128kbps, why deezer is doing this? maybe they changed their api? Encryption? who knows... and the interesting thing is that's happening only on Dec 2015 released albums (ALL DEC 2015 Released...), i thought to myself, "maybe the artist isn't popular and there's no 128kbps", but even the most popular, there's no 320kbps, that's really really really strange... it simply doesn't make sense, they have a paid service that the premium+ users can hear their music with 320kbps... why the hell deezer is releasing with 128? maybe they'll release the 320kbps later? or they have a new encryption form? i don't think that deezer will release a music with 128kbps when there is a lot of users paying for a HIGH QUALITY 320 music...

Sparx 12-08-2015 05:31 AM

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


 
Quote:

Originally Posted by k4k45h1 (Post 81491)
Hi, i'm wondering whether songs track number 2,4,8 from
http://www.deezer.com/album/9154595
are available and can be downloaded because those tracks can't be downloaded in my pc..
thanks..

No, deezer doesn't have that songs, so they can't be downloaded.

Quote:

Originally Posted by nitmar (Post 81498)
hi , I can't Download New Album With 320K!

Sample : http://www.deezer.com/album/11835642

Look at the last posts. The downloader can't get 320kb/s mp3s if only 128kb/s is available.

Quote:

Originally Posted by jonaaa (Post 81500)
Okay, now i understand, but think with me, why deezer is releasing the latest music in 128kbps? i saw some really popular artists and they are on 128kbps, why deezer is doing this? maybe they changed their api? Encryption? who knows... and the interesting thing is that's happening only on Dec 2015 released albums (ALL DEC 2015 Released...), i thought to myself, "maybe the artist isn't popular and there's no 128kbps", but even the most popular, there's no 320kbps, that's really really really strange... it simply doesn't make sense, they have a paid service that the premium+ users can hear their music with 320kbps... why the hell deezer is releasing with 128? maybe they'll release the 320kbps later? or they have a new encryption form? i don't think that deezer will release a music with 128kbps when there is a lot of users paying for a HIGH QUALITY 320 music...

That has nothing to do with the encryption. Everyone can access that information via their JavaScript API.
I am not deezer, so I have no idea why they release some of the songs in lower quality.
And by the way, there have been 128kb/s or 256kb/s only songs for a while, not just since december.

an07her 12-11-2015 11:22 AM

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


 
Hi mate! Awesome work, I only registered to thank you. Your work is very much appreciated!

I also have one little question, how did you get that:
Quote:

"FULL_PATH_ORIGIN":"/data/music/import3/indexed/lbl_believe/2015/2015-12-04/20151204231901139/3614596397139/47_3614596397139_01_001.flac
If you can see this, then there's the path to flac file. FLAC is the future!
I'd be very happy if you can find a way around it.:)

jonaaa 12-11-2015 06:15 PM

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


 
Quote:

Originally Posted by an07her (Post 81571)
Hi mate! Awesome work, I only registered to thank you. Your work is very much appreciated!

I also have one little question, how did you get that:


If you can see this, then there's the path to flac file. FLAC is the future!
I'd be very happy if you can find a way around it.:)

Like he said, anyone can access their JavaScript API... and he said that he's not going to add FLAC...

jonaaa 12-11-2015 06:33 PM

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


 
Anyone can access, here is a example, i've access this with Chrome... and again, deezer released the brand new "A Head Full of Dreams" Coldplay Album in 128kbps... check the screenshot...



So, everyone can access their API... there's no difficult on it

an07her 12-12-2015 02:36 AM

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


 
Well then I'm not using the right API command. I get only basic stuff.
I get only preview links.

http://api.deezer.com/album/11898198

jonaaa 12-12-2015 09:01 AM

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


 
Quote:

Originally Posted by an07her (Post 81595)
Well then I'm not using the right API command. I get only basic stuff.
I get only preview links.

http://api.deezer.com/album/11898198

Access this link and you'll see: view-source:www.deezer.com/album/11898198

an07her 12-13-2015 06:30 AM

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


 
Thanks!
I still cannot find what was posted though.
FULL_PATH_ORIGIN

It was posted for this one: http://www.deezer.com/album/11867396
However, no trace now. Maybe deezer removed it?

Sparx 12-13-2015 08:40 AM

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


 
Quote:

Originally Posted by an07her (Post 81616)
Thanks!
I still cannot find what was posted though.
FULL_PATH_ORIGIN

It was posted for this one: http://www.deezer.com/album/11867396
However, no trace now. Maybe deezer removed it?

You have to call the JavaScript API directly to get that info.
But it is no use for you, except you can access their internal files^^
It's just the source file they used to make the mp3s.

The flac streaming links look completely different.


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