Quantcast
Channel: How to get youtube channel id using channel custom name? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by ynn for How to get youtube channel id using channel custom name?

It's very easy, using curl and grep.Commandchannel_name='DOVASYNDROMEYouTubeOfficial' #change this as you likecurl --silent "https://www.youtube.com/c/${channel_name}/videos" |\ grep -o -P...

View Article



Answer by Mahmoud Hanafy for How to get youtube channel id using channel...

I didn't find a direct way to do this. I did a GET request to get the channel page HTML and parse it.I used Jsoup to parse the html response.val doc = Jsoup.parseBodyFragment(body)val links =...

View Article

Answer by W. Reyna for How to get youtube channel id using channel custom name?

Did you tryhttps://www.googleapis.com/youtube/v3/channels?part=snippetforUsername={username}&key={your key}Remember to change {your key} to your API key, and {username} to the desired username.

View Article

How to get youtube channel id using channel custom name?

My question is very similar to this one,I want to get channel id using channel custom name.The answer on the question mentioned above which is:GET...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>