sigma67 / ytmusicapi

Unofficial API for YouTube Music
https://ytmusicapi.readthedocs.io
MIT License
1.76k stars 209 forks source link

Empty artists list when searching with filter set to `"songs"` #641

Closed xnetcat closed 1 month ago

xnetcat commented 3 months ago

Describe the bug Empty artists list when searching with filter set to "songs"

To Reproduce

from ytmusicapi import YTMusic

client = YTMusic(language="de")

search_term = "PLS282300109"

results = client.search(search_term, filter="songs") # Remove the filter and and artist field will be populated

print(results)

Additional context image

image

image