Sigma67 Ytmusicapi Versions Save

Unofficial API for YouTube Music

1.7.1

5 days ago

What's Changed

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.7.0...1.7.1

1.7.0

1 week ago

This release features fixes for an A/B test on albums and playlists and a new endpoint.

Features ✨

  • get_account_info: get authenticated user's account info by @apastel
  • get_library_channels: added type attribute to differentiate between channels and artists @fischcode
  • get_artist: now supports shows from the artists view, improved documentation

Fixes 🐞

  • support new A/B test formats for get_playlist and get_album (you are affected if your playlist header appears on the left side in wide-screen views)
  • adding Optional type hinting for limits parameters by @allemand-instable

New Contributors

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.6.0...1.7.0

1.6.0

2 months ago

Features ✨

New endpoints

  • get_account_info
  • get_library_podcasts
  • get_library_channels
  • get_channel
  • get_channel_episodes
  • get_episodes_playlist

Check out the reference for more and examples:

Contributors

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.5.4...1.6.0

1.5.4

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.5.3...1.5.4

1.5.3

2 months ago

What's Changed

For now reverting some changes that introduced regressions in v1.5.2. The changes were valid for a subset of users affected by an A/B test only

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.5.2...1.5.3

1.5.2

3 months ago

What's Changed

  • get_charts: removed trending category (no longer available on YTM)
  • get_watch_playlist: fixed an issue when longBylineText is missing
  • get_album_browse_id: fix DeprecationWarning on Python 3.12
  • add brand account setup script (#520)
  • get_playlist: fix albums on tracks

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.5.1...1.5.2

1.5.1

3 months ago
  • minor fixes for search, get_podcast, get_episode

1.5.0

3 months ago

This release features the ability to retrieve data on podcasts and episodes. Retrieve some brand new data from YouTube Music!

Features ✨

New endpoints

  • get_podcast: fetch a podcast from YouTube Music (by its playlistId)
  • get_episode: fetch an episode from YouTube Music (by its videoId) - includes full description data with links & timestamps
  • get_saved_episodes: similar to get_liked_songs, this is just a wrapper for the "Saved Episodes" special playlists in your library

Improved endpoints

  • get_album: added trackNumber key, improved fidelity of returned data (by @jcbirdwell )
  • get_artist_albums: added sort and order parameters

Fixes 🐞

  • several fixes for search album and playlist top results by @fischcode and @AustinGitHub
  • fix for custom oauth by @MarvinSchenkel

New Contributors

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.4.2...1.5.0

1.4.2

4 months ago
  • restored Python 3.8 3.9 compatibility

1.4.1

4 months ago

What's Changed

Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.4.0...1.4.1