UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

9 lines (8 loc) 298 B
import type { ApiResponse, VideoInfo } from '../../types'; import { BaseParser } from './base-parser'; export declare class DouyinParser extends BaseParser { protected static getHeaders(): { 'user-agent': string; }; static parse(url: string): Promise<ApiResponse<VideoInfo>>; }