directory-listing-webpage-parser

directory listing webpage parser

Latest on Hackage:0.1.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by mingchuan
Maintained by [email protected]

A parser that parses directory listings (webpage that autogenerated by web server).

example webpage that this package can parse:

nginx: https://www.kernel.org/pub/linux/devel/gcc/

apache: https://nixos.org/channels/nixos-15.09/

However, some hard coding is used in this package, so it may failed to parse depend on directory listings' html structure.