Fetch video URLs from a YouTube channel
This endpoint allows you to fetch the list of all uploaded videos from a YouTube channel URL. The operation is synchronous and returns the list directly in the response.
To be able to use this feature on self-hosted, you need to specify your YouTube API Key in the settings page. You can create one by following the instructions here. After this, you also need to enable the “Youtube Data API v3” API in your Google Cloud project.
The YouTube channel URL to fetch data from. Must be a valid YouTube channel URL.
The allowed formats look like these:
youtube.com/channel/{channel_id}
youtube.com/@{user_handler}
Identifier used to find the channel. Can be either the id or the handler of the channel.
Identifier type used to find the channel. Can be either “channel_id” or “username”
The number of videos in the channel
The urls of the videos
Fetch video URLs from a YouTube channel
This endpoint allows you to fetch the list of all uploaded videos from a YouTube channel URL. The operation is synchronous and returns the list directly in the response.
To be able to use this feature on self-hosted, you need to specify your YouTube API Key in the settings page. You can create one by following the instructions here. After this, you also need to enable the “Youtube Data API v3” API in your Google Cloud project.
The YouTube channel URL to fetch data from. Must be a valid YouTube channel URL.
The allowed formats look like these:
youtube.com/channel/{channel_id}
youtube.com/@{user_handler}
Identifier used to find the channel. Can be either the id or the handler of the channel.
Identifier type used to find the channel. Can be either “channel_id” or “username”
The number of videos in the channel
The urls of the videos