Skip to content

Releases: sigma67/ytmusicapi

v1.7.2

20 May 19:57
0cf0883
Compare
Choose a tag to compare

What's Changed

  • fixed a regression in 1.7.1 over 1.7.0 and further optimized quality of search results by @sigma67 in #583

Full Changelog: 1.7.1...1.7.2

v1.7.1

11 May 16:45
ae966bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.7.1

v1.7.0

04 May 11:36
94c67a8
Compare
Choose a tag to compare

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

  • @allemand-instable made their first contribution in #567

Full Changelog: 1.6.0...1.7.0

v1.6.0

08 Mar 20:35
f6932c2
Compare
Choose a tag to compare

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: 1.5.4...1.6.0

v1.5.4

01 Mar 20:00
13701c4
Compare
Choose a tag to compare

What's Changed

  • Fix parsing of album and views in parse_playlist_items by @fischcode in #552
  • get_episode: support progress percentage by @sigma67 in #555
  • nav() now displays some debugging information on KeyError by @linsomniac in #540

New Contributors

Full Changelog: 1.5.3...1.5.4

v1.5.3

22 Feb 19:54
Compare
Choose a tag to compare

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

  • Revert "get_playlist: fix albums on tracks" (#548) by @sigma67 in #550
  • Revert "get_charts: removed trending category (no longer available on YTM)"

Full Changelog: 1.5.2...1.5.3

1.5.2

04 Feb 16:06
Compare
Choose a tag to compare

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: 1.5.1...1.5.2

v1.5.1

28 Jan 12:59
18a6f20
Compare
Choose a tag to compare
  • minor fixes for search, get_podcast, get_episode

v1.5.0

21 Jan 18:57
123eae7
Compare
Choose a tag to compare

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 🐞

New Contributors

Full Changelog: 1.4.2...1.5.0

v1.4.2

06 Jan 09:03
dcddfa5
Compare
Choose a tag to compare
  • restored Python 3.8 3.9 compatibility