YouTubeVideoAttributeMetadata

  • The content describes metadata attributes for a YouTube video.

  • The metadata includes URLs for the video thumbnail and the video itself.

  • The metadata also includes counts for views, likes, and comments.

Metadata for a YouTube video attribute.

Fields

thumbnail_url

string

The URL of the video thumbnail, prefixed by "https://img.youtube.com/".

video_url

string

The URL of the video, prefixed by "https://www.youtube.com/".

views_count

int64

The total number of views.

likes_count

int64

The total number of likes.

comments_count

int64

The total number of comments.