Skip to content

v0.2.1

Compare
Choose a tag to compare
@zackradisic zackradisic released this 25 Nov 22:59
· 64 commits to master since this release

Notice

There are new exports in the package which means if you are using the package as CommonJS module you must do the following:

const scdl = require("soundcloud-downloader").default

New

Fixed

  • getSetInfo() not returning tracks in the correct order.
  • getSetInfo() not returning private tracks for private playlists.