Skip to main content
Module

x/youtubei/deno.ts>YTNodes.ChannelMetadata

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
class YTNodes.ChannelMetadata
extends YTNode
import { YTNodes } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { ChannelMetadata } = YTNodes;

Constructors

new
ChannelMetadata(data: RawNode)

Properties

available_countries: string[]
avatar: Thumbnail[]
description: string
external_id: string
is_family_safe: boolean
keywords: string[]
optional
music_artist_name: string
rss_url: string
title: string
url: string
vanity_channel_url: string

Static Properties

type: string