Skip to content

Releases: sigma67/ytmusicapi

v1.8.1

24 Aug 18:50
621584b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.0...1.8.1

v1.8.0

24 Jul 17:43
a15d90c
Compare
Choose a tag to compare

⚡ Breaking Changes

  • dropped support for Python 3.8 as announced 3 months ago: #593

✨ Features

  • introduce exception classes by @sigma67 in #620
  • get_user_videos to get full list of user videos based on result of get_user by @sigma67 in #632

🐞 Fixes

Misc

  • coverage: remove code for old playlist format by @sigma67 in #619
  • chore: Update pdm.lock by @github-actions in #614

Full Changelog: 1.7.5...1.8.0

v1.7.5

13 Jul 18:31
08d9f30
Compare
Choose a tag to compare

What's Changed

  • podcasts: fixed a crash by returning blank album author ID when it doesn't exist. by @corrmaan in #615
  • get_album: fix invalid track list artists (#617) by @czifumasa in #618
  • get_playlist: fix korean language by extracting song count from text using regex by @JohnHKoh in #609

Full Changelog: 1.7.4...1.7.5

v1.7.4

03 Jul 20:24
ab2aa28
Compare
Choose a tag to compare

What's Changed

  • fixed get_album other_versions
  • fixed get_episodes_playlist
  • edit_playlist: Allow moving title to bottom of playlist by @AltoRetrato in #602
  • get_playlist: title, artists and album are correctly resolved in collaborative playlists (#603) by @czifumasa in #612
  • fix sum_total_duration failing if duration_seconds is not an int by @adwait-thattey in #598

New Contributors

Full Changelog: 1.7.3...1.7.4

v1.7.3

27 May 19:19
33098ba
Compare
Choose a tag to compare

Fixes 🐞

  • search:
  • get_home: remove "year" attribute from album results, parse podcasts and episodes by @sigma67 in #591

New Contributors

Full Changelog: 1.7.2...1.7.3

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

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