UNPKG

@artrix909/hls-dl

Version:

Downloads HTTP live/archived stream (m3u, m3u8, mpd)

9 lines (7 loc) 234 B
import type { Stream } from 'stream'; export declare interface Options { parser?: string, timeout?: number; headers?: { [key: string]: string } } export default (path: string, options: Options) => Stream.Readable