tombulled / python-youtube-music

Python 3 YouTube Music Web API Client
GNU General Public License v3.0
64 stars 13 forks source link

Bugfix/search songs no results found #16

Closed tombulled closed 2 years ago

tombulled commented 2 years ago

The YouTube Music API now nests the sectionListRenderer returned when searching inside a tabbedSearchResultsRenderer. This PR seeks to support this new response structure.

tombulled commented 2 years ago

Should fix #15