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.

17 lines (16 loc) 300 B
export interface VideoInfo { url: string; title: string; author?: string; avatar?: string; time?: number; cover?: string; uid?: string; like?: number; /** 来源页面 */ referer?: string; music?: { author: string; avatar: string; }; }