UNPKG

@yemreak/yt-dlp

Version:

Downloading videos and subtitles using yt-dlp, with utilities for extracting text from subtitles

5 lines (4 loc) 214 B
/// <reference types="node" /> import { exec } from "child_process"; export declare const execAsync: typeof exec.__promisify__; export declare function downloadFile(url: string, outputPath: string): Promise<void>;