html fetcher/parser

Soulsbane via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 12 16:49:11 PDT 2017


On Saturday, 12 August 2017 at 19:53:22 UTC, Faux Amis wrote:
> I would like to get into D again by making a small program 
> which fetches a website every X-time and keeps track of all 
> changes within specified dom elements.
>
> fetching: should I go for std curl, vibe.d or something else?
> parsing: I could only find these dub packages: htmld & 
> libdominator.
> And they don't seem overly active, any recommendations?
>
> As I haven't been using D for some time I just don't want to 
> get off with a bad start :)
> thx

I've the requests module nice to work with: 
http://code.dlang.org/packages/requests


More information about the Digitalmars-d-learn mailing list