muse

Youtube Music API (InnerTube) client for Deno, Node and the browser

MIT License

Downloads
2.8K
Stars
35
muse - 0.0.31 Latest Release

Published by vixalien over 1 year ago

New features

  • show "on repeat" data for users (songs on repeat, playlists on repeat etc.)

Bug fixes

  • fix sometimes the year of a playlist appearing as author
  • fix playlistitem erroring when there's no rank
muse - v0.0.30

Published by vixalien over 1 year ago

BREAKING CHANGES

  • playlists now have authors instead of author.

NEW FEATURES

  • playlist items now have change and rank, useful for charts.
  • playlists now have type which can be Playlist, Chart or Radio (localised.)
  • authenticator now has correct types for addEventListener events.

FIXES

  • playlist's related now has correct types (ParsedPlaylist)
muse - v0.0.22

Published by vixalien over 1 year ago

fix issues with parsing based on toLowercase

muse - v0.0.21

Published by vixalien over 1 year ago

  • Provides a way to abort any operation by passing an AbortController as the signal option