v0.1.5
-
Added
scdl.search(type: SoundcloudResource | 'all', query: string, clientID?: string)which returns results for searching for a track, playlist, user, or album. -
Added
scdl.related (type: SoundcloudResource, id: number, limit: number, offset = 0, clientID?: string)which finds related tracks/playlists/users/albums. -
Removed
fullparameter fromscdl.getSetInfo(), the function now uses a much more efficient way of fetching info for the tracks of a playlist and does so by default. -
scdl.getTrackInfoByID()can now fetch info for multiple tracks, (id parameter type is now an array of numbers)