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.

6 lines (5 loc) 148 B
import type { M3u8DLOptions } from '../types'; /** * 初始化代理 */ export declare function initProxy(options: M3u8DLOptions): Promise<void>;