Skip to content

v1.5.0

Compare
Choose a tag to compare
@sigma67 sigma67 released this 21 Jan 18:57
· 79 commits to main since this release
123eae7

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