We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all thanks for the quick turnaround with v0.12
I'm testing it, and I found an example where search breaks
from ytmusicapi import YTMusic ytmusic = YTMusic() results = ytmusic.search("dinosaur jr.")
returns
--------------------------------------------------------------------------- KeyError Traceback (most recent call last) <ipython-input-3-3361a2d6b6c2> in <module>() ----> 1 results = ytmusic.search("dinosaur jr") /usr/local/lib/python3.6/dist-packages/ytmusicapi/parsers/browsing.py in parse_search_results(self, results, resultType) 29 if resultType in ['song', 'video']: 30 search_result['videoId'] = nav( ---> 31 data, PLAY_BUTTON)['playNavigationEndpoint']['watchEndpoint']['videoId'] 32 search_result['title'] = get_item_text(data, 0) 33 KeyError: 'playNavigationEndpoint'
The text was updated successfully, but these errors were encountered:
This must be new as well, I don't recall seeing unplayable items turn up in search results. Thanks for testing it!
Sorry, something went wrong.
c110ea7
Feel free to reopen if you happen to find another query with issues.
No branches or pull requests
First of all thanks for the quick turnaround with v0.12
I'm testing it, and I found an example where search breaks
returns
The text was updated successfully, but these errors were encountered: