How can I retrieve “channels within a channel” on YouTube API v3
问题 The YouTube channels can have lists of several "related" channels. For example, the Music channel has related Genre channels: Hip Hop, Pop, Rock, Country, etc. Music Channel: http://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ Related Channels to the Music Channel: http://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ/channels I can retrieve a list of videos within a channel using the youtube.search.list API and I can fetch data of specific channels using youtube.channels.list API but I