Skip to main content
Module

x/ytdl_core/mod.ts>setDownloadURL

YouTube Video Downloader module for Deno using Web Streams API.
Go to Latest
function setDownloadURL
import { setDownloadURL } from "https://deno.land/x/ytdl_core@v0.1.1/mod.ts";

Apply decipher and n-transform to individual format

Parameters

format: any
decipherScript: ((sig: string) => string) | undefined
nTransformScript: ((ncode: string) => string) | undefined