{
"category": "Community playlists",
"resultType": "playlist",
"title": "Christmas Music - More than 100 Top Best Hits Songs - Entire playlist suitable for mobile phones, video game consoles or TV Radio set-top boxes - 2023",
"itemCount": "144M",
"author": "Christmas Music Videos",
"browseId": "VLPLR7sPawuzFmKc1Q0dFwbawJASpUo8Kggp",
"thumbnails": [
{
"url": "https://yt3.googleusercontent.com/AGZavY_OvxaQuKDvIKeRGrtSIp0rne_dp6g1AZaeUeNz26IpdwiAxQmhAUFvezGiJlZ5dQuHn9HQ=s192",
"width": 192,
"height": 192,
},
{
"url": "https://yt3.googleusercontent.com/AGZavY_OvxaQuKDvIKeRGrtSIp0rne_dp6g1AZaeUeNz26IpdwiAxQmhAUFvezGiJlZ5dQuHn9HQ=s576",
"width": 576,
"height": 576,
},
{
"url": "https://yt3.googleusercontent.com/AGZavY_OvxaQuKDvIKeRGrtSIp0rne_dp6g1AZaeUeNz26IpdwiAxQmhAUFvezGiJlZ5dQuHn9HQ=s1200",
"width": 1200,
"height": 1200,
},
],
}
It appear that users can create community playlists that are a collection of podcast episodes. Right now it looks YTM will prepend these lists with MPSP as opposed to VL. YTMusic API doesn't know how to handle podcast playlists so makes sense to also filter out.
Example of an unsupported result:
Example of supported result:
It appear that users can create community playlists that are a collection of podcast episodes. Right now it looks YTM will prepend these lists with MPSP as opposed to VL. YTMusic API doesn't know how to handle podcast playlists so makes sense to also filter out.