Skip to main content
Module

x/youtubei/deno.ts>YTNodes.PlayerMicroformat

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

Constructors

new
PlayerMicroformat(data: RawNode)

Properties

available_countries: string[]
category: string
channel: { id: string; name: string; url: string; }
description: Text
optional
embed: { iframe_url: string; flash_url: string; flash_secure_url: string; width: any; height: any; }
end_timestamp: Date | null
has_ypc_metadata: boolean
is_family_safe: boolean
is_unlisted: boolean
length_seconds: number
publish_date: string
start_timestamp: Date | null
thumbnails
title: Text
upload_date: string
view_count: number

Static Properties

type: string