Skip to content
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

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

Open
xnetcat opened this issue Aug 18, 2024 · 0 comments
Open

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

xnetcat opened this issue Aug 18, 2024 · 0 comments

Comments

@xnetcat
Copy link

xnetcat commented Aug 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant