shpider-0.2.1.1: Web automation library in Haskell.

Network.Shpider.Links

Synopsis

Documentation

data Link Source

Links have an address, corresponding to the href attribute, and some inner tex.

Constructors

Link 

gatherLinks :: [Tag String] -> [Link]Source

Parse all links from a list of tags.

allLinks :: TagParser String [Link]Source

The parser responsible for getting all the links.