I am facing problem of fetching channel information by using channel name.
For example, https://www.youtube.com/c/mkbhd/videos is the url. here mkbhd is channel name. Is the any API endpoint which gives information by using channel name?
I tried with channel list(by YoutTube username) but received different channel information
Channel 1 - https://www.youtube.com/channel/UCBJycsmduvYEL83R_U4JriQ
Channel 2 - https://www.youtube.com/channel/UCmf_VrB73I-eJ3fq0adaOkg
I tried getting information of channel 1 with its channel name (above url - mkbhd), but got information of channel 2
Thanks in advance.