tb-tiktok-dl
Version:
Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users
7 lines (6 loc) • 479 B
TypeScript
export declare const _getUserPostsParams: () => string;
export declare const _xttParams: (secUid: string, cursor: number, count: number) => string;
export declare const _getCommentsParams: (id: string, count: number) => string;
export declare const _userSearchParams: (keyword: string, page: number, xbogus?: any) => string;
export declare const _liveSearchParams: (keyword: string, page: number) => URLSearchParams;
export declare const _tiktokApiParams: (args: any) => string;