parsing HTML for a web robot (crawler) like application

Rene Zwanenburg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Mar 23 02:06:37 PDT 2016


On Wednesday, 23 March 2016 at 09:02:37 UTC, Martin Tschierschke 
wrote:
> Hello!
> I want to set up a web robot to detect changes on certain web 
> pages or sites.
> Any hint to similar projects or libraries at dub or git to look 
> at,
> before starting to develop my own RegExp for parsing?
>
> Best regards
> mt.

Adam's dom.d will get you pretty far. I believe it can also 
handle documents that aren't completely well-formed.

https://github.com/adamdruppe/arsd/blob/master/dom.d


More information about the Digitalmars-d-learn mailing list