Skip to main content
Module

x/yt_download/src/types.ts>Options

Deno library to download YouTube videos
Go to Latest
type alias Options
import { type Options } from "https://deno.land/x/yt_download@1.5/src/types.ts";
definition: { hasVideo?: boolean; hasAudio?: boolean; mimeType?: string; }