node-csfd-api
Version:
ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)
6 lines (5 loc) • 297 B
TypeScript
import { HTMLElement } from 'node-html-parser';
export declare const getUser: (el: HTMLElement) => string;
export declare const getUserRealName: (el: HTMLElement) => string;
export declare const getAvatar: (el: HTMLElement) => string;
export declare const getUserUrl: (el: HTMLElement) => string;