UNPKG

prem-downloader-1

Version:
10 lines (9 loc) 275 B
export interface FacebookResponse { url: string; duration_ms: number; sd: string; hd: string; title: string; thumbnail: string; } export declare function prem_facebook(videoUrl: string, cookie?: string, useragent?: string): Promise<FacebookResponse>;