ytmusicapi icon indicating copy to clipboard operation
ytmusicapi copied to clipboard

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

Open xnetcat opened this issue 1 year ago • 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

xnetcat avatar Aug 18 '24 23:08 xnetcat