This post is locked. You won't be able to comment.

あなたは単独のコメントのスレッドを見ています。

残りのコメントをみる →

[–]phalemaleswarming crescendo[S] 12ポイント13ポイント  (6子コメント)

Well, if you get a developer key here: https://developer.soundcloud.com/ what you can do is put in the link like:

https://api.soundcloud.com/resolve.json?url=https://soundcloud.com/deathgrips/ring-a-bell&client_id=YOUR_CLIENT_ID

where YOUR_CLIENT_ID is the client id you got. What this does is it gives you the track ID, redirecting you to:

https://api.soundcloud.com/tracks/261366032.json?client_id=YOUR_CLIENT_ID

Now, what I did was then replace the link with another one but using the ID we found (261366032): https://api.soundcloud.com/tracks/261366032/stream/?client_id=YOUR_CLIENT_ID

This gives you a direct link to the stream (albeit 128kbps, can't change i think)

[–]Likegutterrats 8ポイント9ポイント  (0子コメント)

thanks bill gates.

[–]rslongboarder8008 2ポイント3ポイント  (0子コメント)

Is this legal per se?

[–]PackieManTheThirdI FUCKED YOU IN HALF 2ポイント3ポイント  (1子コメント)

Where did you find the id tho?

[–]phalemaleswarming crescendo[S] 2ポイント3ポイント  (0子コメント)

you go to register app, get a name and then copy the CLIENT ID, you dont need anything else

[–]ShunkIsDrunk 1ポイント2ポイント  (0子コメント)

Besides the obvious pleasure of getting to hear BP a week early, the best part of today was learning that the soundcloud api doesn't prevent you from downloading private or restricted uploads. That's some serious /r/shittyprogramming stuff. If your the one that managed to figure that out then thanks man (zach here?).