Skip to content

Tags: sigma67/ytmusicapi

Tags

1.11.5

Toggle 1.11.5's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
parse_audio_playlist: compute trackCount after following continuations ( #860) Co-authored-by: sigma67 <sigma67.github@gmail.com>

1.11.4

Toggle 1.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix ci pipeline (#844) * fix ci pipeline * fix assert

1.11.3

Toggle 1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 get_playlist/get_home: handle MUSIC_PAGE_TYPE_AUDIOBOOK get_playlist: fix TypeError when parsing Show/Audiobook playlists get_home: don't skip Shows

1.11.2

Toggle 1.11.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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>

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`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": []`

1.11.0

Toggle 1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix `get_charts`, add `get_explore` (#797) * get_charts: move to a new class * get_charts: update * get_explore: init

1.11.0rc1

Toggle 1.11.0rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
sigma67 sigma67
Update README.rst 

1.10.3

Toggle 1.10.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix #758 

1.10.2

Toggle 1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix #743: get_album() now returns None for 'audioPlaylistId' (#744) * fix #743: get_album() now returns None for 'audioPlaylistId' * backwards compatibility

1.10.1

Toggle 1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix get_playlist continuations (#736) * fix get_playlist continuations * fix impl