@hackage directory-listing-webpage-parser0.1.0.0

directory listing webpage parser

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.