UNPKG

@tobyg74/tiktok-api-dl

Version:

Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users

14 lines (13 loc) 460 B
export declare class TiktokService { generateSignature(url: URL): string; generateXBogus(url: URL, signature?: string): string; generateXTTParams(params: any): string; generateURLXbogus(username: string, page: number): string; private getJsdomOptions; private static readonly BASE_URL; private static readonly AES_KEY; private static readonly AES_IV; private signaturejs; private webmssdk; private resourceLoader; }