Ytmusic Api Versions Save

Unofficial YouTube Music API for NodeJS written in TypeScript

v0.0.6

3 years ago
  • Support parsing a new HomePage carousel item type
  • Unify the duplicated parsing logic
  • Optimize away some unnecessary array creation from using a side-effecting map()
  • Improve robustness of Song parsing, handling id- and album-less songs
  • Support Playlist continuations + unify continuation-fetching logic, etc. Credit: Daniel Leong - dhleong

v0.0.5

3 years ago

After a long period of unmaintaining this project the initial functionality is fixed.

v0.0.3

3 years ago
  • package.json: add info about git 11558b0
  • ci: lint & update docs 02e1ce9
  • search & playlist: fixes 58cc03c
  • ci: lint & update docs aaa8645
  • readme: add npm install option 45886e2
  • ci: lint & update docs 3a8dde4
  • readme: change badge caa0d57
  • chore: small changes d828498

https://github.com/vladdenisov/ytmusic-api/compare/v0.0.2-beta...v0.0.3

v0.0.2-beta

3 years ago
  • Getting Full HomePage
  • Initial searching (needs more fixing)
  • Initial playlist manipulation (create & add songs)

Also, some errors still occur, need to dig deeper into it, stay tuned for more updates.