So how do I get posted videos from a channel that is "auto-generated by YouTube" (topic)? https://www.youtube.com/channel/UCSkJDgBGvNOEXSQl4YNjDtQ/videos
I can get topic ids from channel call but when I search by this topic ids I get a completely different results.
And if I run search api call with:
{
'part':'snippet',
'channelId':'UCSkJDgBGvNOEXSQl4YNjDtQ',
'topicId':'/m/03lty'
}
I get only playlists and channels. No video results.