-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_playlist
returns None
for track title
#622
Comments
I think it's the result of my changes in (#612). The playlist track from your example is not a song, but a podcast episode: It needs another condition in a new logic. I created PR (#623) with a quick fix. After that, it should work the same as in 1.7.3. |
@abhishekmj303 please verify that the fix works for you |
@czifumasa @sigma67 Yeah, it seems to be working now! Thank You. |
Describe the bug
For some playlists in YT Music Featured playlists like: Indian Indie Essentials and Indie Rising returns
None
for some of the track titles.For example:
Complete response: https://pastebin.com/rWCpb7uT
To Reproduce
Steps to reproduce the behavior:
YTMusic()
objectget_playlist(playlist_id, limit=None)
Additional context
ytmusicapi version: 1.7.5
Python version: 3.11.9
Edit:
Just tested with other versions, and version 1.7.3 seems to work fine.
The text was updated successfully, but these errors were encountered: