Closed czifumasa closed 4 months ago
Hi @czifumasa thanks for your persistence here.
On the weekend I also played around with get_playlist
and found that for suggestions
only, the author is not parsed correctly using your approach. Maybe you can have a look if you have time.
Quick fix for get_playlist method. Some playlist items had None as a title. (#622)
After refactor in (#612), title is resolved using
watchEndpoint
. Podcast episodes do not have one. They havebrowseEndpoint
withpageType = MUSIC_PAGE_TYPE_NON_MUSIC_AUDIO_TRACK_PAGE
instead.