Re: parsing HTML for a web robot (crawler) like application

2016-03-23 Thread Adam D. Ruppe via Digitalmars-d-learn
On Wednesday, 23 March 2016 at 10:49:03 UTC, Nordlöw wrote: HTML-docs here: http://dpldocs.info/experimental-docs/arsd.dom.html Indeed, though the docs are still a work in progress (the lib is now about 6 years old, but until recently, ddoc blocked me from using examples in the comments so

Re: parsing HTML for a web robot (crawler) like application

2016-03-23 Thread Andrea Fontana via Digitalmars-d-learn
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

Re: parsing HTML for a web robot (crawler) like application

2016-03-23 Thread Nordlöw via Digitalmars-d-learn
On Wednesday, 23 March 2016 at 09:06:37 UTC, Rene Zwanenburg wrote: 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 HTML-docs here:

Re: parsing HTML for a web robot (crawler) like application

2016-03-23 Thread Martin Tschierschke via Digitalmars-d-learn
On Wednesday, 23 March 2016 at 09:06:37 UTC, Rene Zwanenburg wrote: [...] 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 Thank you! This forum has an incredible fast auto

Re: parsing HTML for a web robot (crawler) like application

2016-03-23 Thread Rene Zwanenburg via Digitalmars-d-learn
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

parsing HTML for a web robot (crawler) like application

2016-03-23 Thread Martin Tschierschke via Digitalmars-d-learn
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.