UNPKG

@lzwme/m3u8-dl

Version:

A free, open-source, and powerful m3u8 video batch downloader with multi-threaded downloading, play-while-downloading, WebUI management, video parsing, and more.

4 lines (3 loc) 251 B
import type { OutgoingHttpHeaders } from 'node:http'; import type { M3u8Crypto, TsItemInfo } from '../types/m3u8'; export declare function tsDownload(info: TsItemInfo, cryptoInfo: M3u8Crypto, headers?: OutgoingHttpHeaders | string): Promise<boolean>;