|
+7(3812)790055
|
You need the channel’s unique ID. If the URL is youtube.com/@Handle , search for https://www.googleapis.com/youtube/v3/channels?part=id&forHandle=@Handle&key=YOUR_API_KEY in your browser. Copy the returned Channel ID.
Whether you're looking to binge-watch, archive data, or audit your own content, listing all videos from a YouTube channel can be done through several built-in and third-party methods. 1. The "Hidden" Uploads Playlist (Easiest for Viewing) list all videos on a youtube channel
Use the channels.list method with the contentDetails part to find the relatedPlaylists.uploads ID for the target channel. You need the channel’s unique ID
API_KEY = 'YOUR_API_KEY_HERE' CHANNEL_ID = 'UCXuqSBlHAE6Xw-yeJA0Tunw' # Replace with target channel ID or audit your own content