sigma67/ytmusicapi

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

xnetcat opened this issue · 0 comments

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