Skip to main content
Module

x/youtubei/deno.ts>Misc.VideoDetails

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

Constructors

new
VideoDetails(data: RawNode)

Properties

allow_ratings: boolean
author: string
channel_id: string
duration: number
id: string
is_crawlable: boolean
is_live: boolean
is_live_content: boolean
is_live_dvr_enabled: boolean
is_low_latency_live_stream: boolean
is_owner_viewing: boolean
is_post_live_dvr: boolean
is_private: boolean
is_upcoming: boolean
keywords: string[]
optional
live_chunk_readahead: number
short_description: string
thumbnail: Thumbnail[]
title: string
view_count: number