1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Alex Palaistras f90c734d05 farsight_test: Simplify subdoc test case 2016-06-02 12:46:07 +01:00
Alex Palaistras 576aa63944 farsight: Add more tests for base functionality 2016-05-30 22:50:48 +01:00
Alex Palaistras afe72b7d47 Improve documentation, add correct handling for slices 2016-05-26 22:27:15 +01:00
Alex Palaistras 92fb4d6e25 Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
Alex Palaistras a3570358ed Implement working support for scraping HTML
This implements basic working support for fetching HTML documents
via HTTP/HTTPS and scraping the resulting markup via CSS selectors.

Support for generic sources and parsers has also been implemented,
allowing future support for fetching from, e.g. local files, and
scraping arbitrary file formats, such as JSON, YAML etc.

Basic tests have been implemented. Documentation is severely lacking.
2016-05-26 01:42:24 +01:00