Skip to main content
Module

x/youtubei/deno.ts>Context

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
interface Context
Re-export
import { type Context } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";

Properties

client: { hl: string; gl: string; remoteHost?: string; screenDensityFloat?: number; screenHeightPoints?: number; screenPixelDensity?: number; screenWidthPoints?: number; visitorData?: string; clientName: string; clientVersion: string; clientScreen?: string; androidSdkVersion?: number; osName: string; osVersion: string; platform: string; clientFormFactor: string; userInterfaceTheme?: string; timeZone: string; userAgent?: string; browserName?: string; browserVersion?: string; originalUrl?: string; deviceMake: string; deviceModel: string; utcOffsetMinutes: number; kidsAppInfo?: { categorySettings: { enabledCategories: string[]; }; contentSettings: { corpusPreference: string; kidsNoSearchMode: string; }; }; }
user: { enableSafetyMode: boolean; lockedSafetyMode: boolean; onBehalfOfUser?: string; }
optional
thirdParty: { embedUrl: string; }
optional
request: { useSsl: boolean; internalExperimentFlags: any[]; }