Replace the first two letters of the ID ( UC ) with UU . This will open a playlist containing every video the channel has ever uploaded.

You can use a simple JavaScript snippet to grab all titles and URLs directly from the page:

Use the playlistItems.list method with that Uploads ID. This returns a paginated list of every video, including IDs, titles, and thumbnails.

Whether you are a creator auditing your content or a viewer looking to binge-watch an entire series, finding a complete list of videos on a YouTube channel can be surprisingly tricky. While YouTube’s native "Videos" tab exists, it often hides content behind endless scrolling or separate categories like Shorts and Live streams.

Create a project in the Google Cloud Console and enable the "YouTube Data API v3".

Paste this URL into your browser: https://youtube.com[CHANNEL_ID]

Go to the channel's tab and scroll to the bottom so all videos are loaded. Right-click anywhere and select Inspect > Console .

If you just want to see everything in one place without downloading data, these URL and interface hacks are your best bet.

Use the channels.list method with the contentDetails part to find the relatedPlaylists.uploads ID for the target channel.

© Christoph K. Some rights reserved.

Using the Chirpy theme for Jekyll.