node-csfd-api-racintom
Version:
ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)
6 lines (5 loc) • 331 B
TypeScript
export declare const userRatingsUrl: (user: string | number, page?: number) => string;
export declare const movieUrl: (movie: number) => string;
export declare const creatorUrl: (creator: number | string) => string;
export declare const searchUrl: (text: string) => string;
export declare const seasonUrl: (url: string) => string;