Skip to content

v3.0.2

Latest
Compare
Choose a tag to compare
@kingosticks kingosticks released this 18 Feb 15:07
  • Scrape soundcloud.com for their public client ID and use this wherever possible to stream publicly available tracks, as done by other projects. Otherwise, fallback to our not-so-secret client ID. This reduces our API quota usage in the face of SoundCloud's continued disregard for their API users. (PR #122)

  • Fix auth by removing our client_id parameter from API requests. (PR #133)