Tags: sigma67/ytmusicapi
Tags
build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
`get_playlist`/`get_episodes_playlist`: fix metadata (#809) - `get_playlist` (non-audio) returns `author` - `get_episodes_playlist` parses `description` and no longer returns `year` as the author name: ```diff - "description": null, - "author": { - "name": "2025", - "id": null - }, + "author": { + "name": "Authed User", + "id": "..." + }, + "description": "The newest episodes from all your saved podcasts", + "year": "2025", ``` - `get_artist_albums` and `get_playlist` (non-audio) no longer return `"artists": []`
PreviousNext