@tobyg74/tiktok-api-dl
Version:
Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users
5 lines (4 loc) • 321 B
TypeScript
declare function getDefaultDownloadPath(): string;
declare function downloadMedia(url: string, outputPath: string, filename: string): Promise<void>;
declare function handleMediaDownload(data: any, outputPath: string, version: string): Promise<void>;
export { getDefaultDownloadPath, downloadMedia, handleMediaDownload };