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 itsplaylistId
)get_episode
: fetch an episode from YouTube Music (by itsvideoId
) - includes full description data with links & timestampsget_saved_episodes
: similar toget_liked_songs
, this is just a wrapper for the "Saved Episodes" special playlists in your library
Improved endpoints
get_album
: addedtrackNumber
key, improved fidelity of returned data (by @jcbirdwell )get_artist_albums
: addedsort
andorder
parameters
Fixes 🐞
- several fixes for
search
album
andplaylist
top results by @fischcode and @AustinGitHub - fix for custom oauth by @MarvinSchenkel
New Contributors
- @codeblech made their first contribution in #513
- @AustinGitHub made their first contribution in #517
- @fischcode made their first contribution in #526
Full Changelog: 1.4.2...1.5.0