Skip to main content
Module

x/youtubei/deno.ts>FormatUtils.download

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

Parameters

actions: Actions
optional
playability_status: IPlayabilityStatus
optional
streaming_data: IStreamingData
optional
player: Player
optional
cpn: string

Returns

Promise<ReadableStream<Uint8Array>>