UNPKG

twdl

Version:

Downloads image and video tweets from Twitter

4 lines (3 loc) 232 B
import { TweetData } from '../util.js'; export declare function getVideo(tweetData: Partial<TweetData>): Promise<string>; export declare function downloadWithFfmpeg(playlistUrl: string, outputFilename: string): Promise<unknown>;