jakulov/hyper-parser

Parser any web content

dev-master 2016-06-09 02:53 UTC

This package is not auto-updated.

Last update: 2024-04-22 10:49:07 UTC


README

This is a tiny library that allows you to easily parse web page content.

You simply need to set URL to parse and specify simple parser patterns using jQuery-like DOM selectors.

To be more fast Hyper Parser also support multiple concurrent HTTP queries.

Explore examples directory to find real use cases.