Get infos / stream URL from a regular SoundCloud-track URL
summary (oneliner)
This operator is a quick way for you to use the SoundCloud API to access published content information and audio stream.
It is recommended that for exported projects you switch in your own access keys to avoid access restrictions and throttling of API calls.
In the case that you notice the OP not working, there is a possibility that the API has changed (happens sometimes) - notify us!
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
SoundCloud URL (String)
soundcloud URL copied from browser window
SoundCloud Client Id (String)
your soundcloud clientid
SoundCloud Client Secret (String)
your soundcloud client secret
Formats index (integer /Number)
available formats for given track (available after fetch)
Outputs
Stream URL (String)
stream url for given format (or first one available)
Artwork URL (String)
track artwork url
Title (String)
track title
Result (Object)
soundcloud track info object
Patches using SoundCloud_v2
Changelog
created op 2019-05-20 - pandur |