YouTube: List Channel Videos¶
Plugin ID: eca_youtube_list_channel_videos
Available since: 1.0.0
Retrieves a list of videos from a YouTube channel with advanced filtering and sorting options. Returns comprehensive video metadata for each video.
Fields¶
Authentication Type— config key:auth_type-
Choose between API Client (OAuth2) or Service Account authentication.
Type:
select· Required: yes · Default:api_clientAllowed values:
api_client,service_account Authentication Source— config key:auth_from-
Choose whether to select authentication directly or use a token for dynamic selection.
Type:
select· Required: yes · Default:directAllowed values:
direct,token API Client— config key:api_client_id-
Search and select an API Client for OAuth2 authentication.
Type:
textfield· Required: no · Default: empty string Service Account— config key:service_account_id-
Search and select a Service Account for server-to-server authentication.
Type:
textfield· Required: no · Default: empty string Client ID from Token— config key:auth_client_from_token-
Token that resolves to a client ID (e.g., [user:field_google_client_id]). The token should contain just the client ID, not the auth type prefix.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Channel ID or Username— config key:channel_input-
Enter a YouTube channel ID (e.g., UCBa659QWEk1AI4Tg--mrJ2A) or username (e.g., GoogleDevelopers). Supports token replacement.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Include Video Statistics— config key:include_statistics-
Include view count, like count, and comment count for each video. Set to "1", "true", or "yes" to include.
This field supports tokens.Type:
textfield· Required: no · Default:0 Include Content Details— config key:include_content_details-
Include video duration, definition, and caption availability. Set to "1", "true", or "yes" to include.
This field supports tokens.Type:
textfield· Required: no · Default:0 Maximum Results— config key:max_results-
Maximum number of videos to return (1-50).
Type:
number· Required: yes · Default:10 Videos Token Name— config key:videos_token_name-
Optional token name to store video list. Accessible as [token_name:videos:0:title], [token_name:total_videos], etc.
This field supports tokens.Type:
textfield· Required: no · Default: empty string