Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8e3aef005c | |||
|
|
533893a0ff | ||
|
|
75b4232883 | ||
| 699fa84d67 | |||
|
|
d127cb2a4c | ||
| b90b1be294 | |||
|
|
8a11294227 |
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 20 20:56:13 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.11.4
|
||||
* fix KeyError when audio playlists are missing playNavigationEndpoint
|
||||
* get_explore: handle episodes in trending
|
||||
* get_charts: fix crash if artists are missing rank data (when unauthed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 18:09:02 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.11.3:
|
||||
* get_playlist/get_home: handle MUSIC_PAGE_TYPE_AUDIOBOOK
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 31 08:29:24 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.11.1
|
||||
* search: added a fallback for top result parsing to fix a
|
||||
KeyError
|
||||
* get_home: fix song artist parsing
|
||||
* get_home: parse recommended channels
|
||||
* get_playlist/get_episodes_playlist: fix metadata
|
||||
* get_library_playlists: Don't throw an error if playlist
|
||||
title is missing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 19:16:01 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 1.11.0
|
||||
* dropped Python 3.9 support
|
||||
* added py.typed and enabled mypy strict typing
|
||||
* add get_explore
|
||||
* fix get_charts
|
||||
* get_album: prevent KeyError when parsing missing artist data
|
||||
* search: fix episode parsing
|
||||
* get_album: distinguish between "other versions" and "releases for you"
|
||||
* Space between verification_url and comma in the OAuth Flow
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 18 14:07:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ytmusicapi
|
||||
Version: 1.10.3
|
||||
Version: 1.11.4
|
||||
Release: 0
|
||||
Summary: Unofficial API for YouTube Music
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7235361ac9d5958d49a29f586eec55b1c83e90f7b063361e8a206e1cf4f76216
|
||||
size 311765
|
||||
3
ytmusicapi-1.11.4.tar.gz
Normal file
3
ytmusicapi-1.11.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea0972d4dcaf8225ab95b6665b7c2a63d6a48d8828cf7d0ad6c76d12207ae86e
|
||||
size 412987
|
||||
Reference in New Issue
Block a user