UNPKG

@hanivanrizky/nestjs-html-parser

Version:

A powerful NestJS HTML parsing service with XPath and CSS selector support, proxy configuration, random user agents, and rich response metadata including headers and status codes

11 lines (10 loc) 516 B
export * from './html-fetch-response'; export * from './news.ycombinator.com'; export * from './otakudesu.cloud'; export * from './proxy-and-useragent'; export * from './watanoc.com'; export { demonstrateHtmlFetchResponse } from './html-fetch-response'; export { demonstrateHackerNewsParser } from './news.ycombinator.com'; export { demonstrateOtakudesuParser } from './otakudesu.cloud'; export { demonstrateProxyAndUserAgent } from './proxy-and-useragent'; export { demonstrateWatanocParser } from './watanoc.com';