-
1.11.5 Stable
released this
2026-01-31 12:39:28 +03:00 | 18 commits to main since this release📅 Originally published on GitHub: Sat, 31 Jan 2026 09:50:59 GMT
🏷️ Git tag created: Sat, 31 Jan 2026 09:39:28 GMTWhat's Changed
- feat(artists): add new monthly audience feature to get_artist (#769) by @kaneryu in https://github.com/sigma67/ytmusicapi/pull/849
get_explore: fix missing duration for top episodes by @sigma67 in https://github.com/sigma67/ytmusicapi/pull/862get_playlist: compute trackCount after following continuations by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/860
New Contributors
- @kaneryu made their first contribution in https://github.com/sigma67/ytmusicapi/pull/849
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.11.4...1.11.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.11.4 Stable
released this
2025-12-19 19:49:25 +03:00 | 23 commits to main since this release📅 Originally published on GitHub: Fri, 19 Dec 2025 16:51:24 GMT
🏷️ Git tag created: Fri, 19 Dec 2025 16:49:25 GMTFixes 🐞
- fix KeyError when audio playlists are missing
playNavigationEndpointby @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/840 - get_explore: handle episodes in trending by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/826
- get_charts: fix crash if artists are missing rank data (when unauthed) by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/841
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.11.3...1.11.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix KeyError when audio playlists are missing
-
1.11.3 Stable
released this
2025-11-26 13:47:48 +03:00 | 27 commits to main since this release📅 Originally published on GitHub: Sun, 30 Nov 2025 18:20:03 GMT
🏷️ Git tag created: Wed, 26 Nov 2025 10:47:48 GMTFixes
- get_playlist/get_home: handle
MUSIC_PAGE_TYPE_AUDIOBOOKby @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/838
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.11.2...1.11.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- get_playlist/get_home: handle
-
1.11.2 Stable
released this
2025-11-25 00:00:59 +03:00 | 28 commits to main since this release📅 Originally published on GitHub: Mon, 24 Nov 2025 21:07:59 GMT
🏷️ Git tag created: Mon, 24 Nov 2025 21:00:59 GMTFixes
- fix collaborative playlists by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/821
- get_album: return every artist associated with a release by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/823
- distinguish "Save to library" and "Pin to Listen again" feedbackTokens by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/819
- get_liked_songs: check for authentication by @sigma67 in https://github.com/sigma67/ytmusicapi/pull/829
- docs: Improve browser authentication instructions for Chrome by @blahster in https://github.com/sigma67/ytmusicapi/pull/833
New Contributors
- @blahster made their first contribution in https://github.com/sigma67/ytmusicapi/pull/833
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.11.1...1.12.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.11.1 Stable
released this
2025-08-30 22:30:28 +03:00 | 43 commits to main since this release📅 Originally published on GitHub: Sat, 30 Aug 2025 19:32:59 GMT
🏷️ Git tag created: Sat, 30 Aug 2025 19:30:28 GMT✨ Features
- Added translation for Czech language by @DJSweder in https://github.com/sigma67/ytmusicapi/pull/803
🐞 Fixes
search: added a fallback for top result parsing to fix a KeyError (#799, #800 )get_home: fix song artist parsing by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/798get_home: parse recommended channels by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/807get_playlist/get_episodes_playlist: fix metadata by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/809get_library_playlists: Don't throw an error if playlist title is missing (fixes #805) by @apastel in https://github.com/sigma67/ytmusicapi/pull/808
New Contributors
- @DJSweder made their first contribution in https://github.com/sigma67/ytmusicapi/pull/803
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.11.0...1.11.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.11.0 Stable
released this
2025-07-31 20:20:51 +03:00 | 51 commits to main since this release📅 Originally published on GitHub: Thu, 31 Jul 2025 18:52:05 GMT
🏷️ Git tag created: Thu, 31 Jul 2025 17:20:51 GMTNote: this release requires Python >= 3.10. Thanks to @sgvictorino for several contributions in this release.
✨ Features
- dropped Python 3.9 support
- added
py.typedand enabled mypy strict typing - add
get_exploreby @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/797
🐞 Fixes
- fix
get_chartsby @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/797
** Note: the content returned by this function has changed. Check the charts page in the Explore section on YouTube Music) - get_album: prevent KeyError when parsing missing artist data by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/788
- search: fix episode parsing by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/792
- get_album: distinguish between "other versions" and "releases for you" by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/791
- Space between verification_url and comma in the OAuth Flow by @soko7awen in https://github.com/sigma67/ytmusicapi/pull/780
New Contributors
- @soko7awen made their first contribution in https://github.com/sigma67/ytmusicapi/pull/780
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.10.3...1.11.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.11.0rc1 Pre-release
released this
2025-04-27 10:53:40 +03:00 | 59 commits to main since this release📅 Originally published on GitHub: Sun, 27 Apr 2025 07:54:49 GMT
🏷️ Git tag created: Sun, 27 Apr 2025 07:53:40 GMTThis is a release candidate to gather feedback for this release. Please comment in the associated discussion to leave feedback.
This release will not be installed automatically as the latest release, you need to explicitly install by specifying
1.11.0rc1.✨ Features
- dropped Python 3.9 support
- added
py.typed - enabled mypy strict typing
New Contributors
- @katia-sentry made their first contribution in https://github.com/sigma67/ytmusicapi/pull/762
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.10.3...1.11.0rc1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.10.3 Stable
released this
2025-04-03 12:01:12 +03:00 | 64 commits to main since this release📅 Originally published on GitHub: Thu, 03 Apr 2025 09:02:56 GMT
🏷️ Git tag created: Thu, 03 Apr 2025 09:01:12 GMT🐞 Fixes
get_charts: fix #751:parse_videoreturns always a video ID orNoneby @borsattoz in https://github.com/sigma67/ytmusicapi/pull/752get_artist: Fix singles being renamed to "Singles & EPs" by @fabi321 in https://github.com/sigma67/ytmusicapi/pull/755search: fix #758 missing views key for "songs" filteredsearchby @sigma67 in https://github.com/sigma67/ytmusicapi/pull/759- typo: missing parentheses in oauth.rst by @FireTime in https://github.com/sigma67/ytmusicapi/pull/756
New Contributors
- @borsattoz made their first contribution in https://github.com/sigma67/ytmusicapi/pull/752
- @FireTime made their first contribution in https://github.com/sigma67/ytmusicapi/pull/756
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.10.2...1.10.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.10.2 Stable
released this
2025-03-05 23:48:06 +03:00 | 68 commits to main since this release📅 Originally published on GitHub: Wed, 05 Mar 2025 20:50:13 GMT
🏷️ Git tag created: Wed, 05 Mar 2025 20:48:06 GMT🐞 Fixes
- Fix docs build by @antonio-rojas in https://github.com/sigma67/ytmusicapi/pull/737
- cache visitor ID on first use by @sgvictorino in https://github.com/sigma67/ytmusicapi/pull/738
- fix #743: get_album() now returns None for 'audioPlaylistId' by @sigma67 in https://github.com/sigma67/ytmusicapi/pull/744
New Contributors
- @antonio-rojas made their first contribution in https://github.com/sigma67/ytmusicapi/pull/737
Full Changelog: https://github.com/sigma67/ytmusicapi/compare/1.10.1...1.10.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.10.1 Stable
released this
2025-02-02 18:19:00 +03:00 | 71 commits to main since this release📅 Originally published on GitHub: Sun, 02 Feb 2025 15:21:18 GMT
🏷️ Git tag created: Sun, 02 Feb 2025 15:19:00 GMT🐞 Fixes
- Fixed an issue with
get_playlistand related endpoints where no more than 100 items would be returned withlimitset to a value>100. This issue was caused by a server-side update and may affect other endpoints in the future, if Google updates them.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixed an issue with
mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-24 23:06:13 +03:00