a blog on programming, design, debugging, unlearning, re-learning, choatic day & uninhabilited nights in office ;-)
Friday, March 13, 2015
How to find a Channel ID in YouTube
If we wants to make an API request to get all the videos in the particular Youtube channel, first we should have to collect the Channel ID for the channels which we are going to process in the API request.
Here is the simple step to get the Channel ID of a YouTube channel
> Go to the particular channel in You tube
> Click on view source from the browser
> Search for the embedded tag "data-channel-external-id" , this will gives the Channel ID.
No comments:
Post a Comment