Skip to content

v0.1.5

Choose a tag to compare

@zackradisic zackradisic released this 24 Aug 15:40
· 143 commits to master since this release
  • 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 full parameter from scdl.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)