Skip to main content
Module

x/youtubei/deno.ts>YTNodes.MusicTwoRowItem

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

Constructors

new
MusicTwoRowItem(data: RawNode)

Properties

optional
artists: { name: string; channel_id: string | undefined; endpoint: NavigationEndpoint | undefined; }[]
optional
author: { name: string; channel_id: string | undefined; endpoint: NavigationEndpoint | undefined; }
badges: SuperParsedResult<YTNode> | null
id: string | undefined
optional
item_count: string | null
item_type: string
menu: Menu | null
optional
subscribers: string
subtitle: Text
thumbnail: Thumbnail[]
thumbnail_overlay: MusicItemThumbnailOverlay | null
title: Text
optional
views: string
optional
year: string

Static Properties

type: string