reelflow
Version:
Elegant and powerful Instagram video downloader for seamless content extraction
8 lines • 512 B
TypeScript
import type { CheerioAPI } from 'cheerio';
import type { VideoInfo, MediaData } from './types.js';
export declare function getPostIdFromUrl(postUrl: string): string | undefined;
export declare function encodeGraphqlRequestData(shortcode: string): string;
export declare function formatGraphqlJson(data: MediaData): VideoInfo;
export declare function formatPageJson(postHtml: CheerioAPI): VideoInfo | null;
export declare function validateInstagramURL(postUrl: string): string;
//# sourceMappingURL=utils.d.ts.map