islink: Check if an HTML element is a link
This package provides a function that checks whether a particular
combination of an HTML tag name and an attribute corresponds to an HTML
element that links to an external resource. For example, the combination
of the tag img
and the attribute src
is an external link whereas
the combination div
and style
is not. This is particularly useful
for web scraping.
Downloads
- islink-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (>=4.6 && <5), unordered-containers (>=0.2 && <1) [details] |
License | BSD-3-Clause |
Author | Marios Titas <rednebΑΤgmxDΟΤcom> |
Maintainer | Marios Titas <rednebΑΤgmxDΟΤcom> |
Category | XML, HTML |
Home page | https://github.com/redneb/islink |
Bug tracker | https://github.com/redneb/islink/issues |
Source repo | head: git clone https://github.com/redneb/islink.git |
Uploaded | by MariosTitas at 2014-10-07T14:30:06Z |
Distributions | LTSHaskell:0.1.0.0, NixOS:0.1.0.0, Stackage:0.1.0.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1772 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |