Soundcloud JSON problems due to package being out of date.

Asked by Jeroen Mathon

It seems your package version is out of date.
There is an error that has been solved in the latest release that made it unable for users to download from soundcloud.

Please update your package as soon as possible.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu youtube-dl Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug

Revision history for this message
Donald Cassey (donaldcassey) said :
#2

 By requesting results formatted as JSON, you will be able to parse and use the response immediately.

<script src="http://code.jquery.com/jquery-1.7.2.js"></script>
<script>
var url = 'https://api.soundcloud.com/tracks?client_id=YOUR_CLIENT_ID';
$.getJSON(url, function(tracks) {
  $(tracks).each(function(track) {
    console.log(track.title);
  }
});
</script>

Revision history for this message
Donald Cassey (donaldcassey) said :
#3

or you can just simple visit https://scdownloader.online

Can you help with this problem?

Provide an answer of your own, or ask Jeroen Mathon for more information if necessary.

To post a message you must log in.