html fetcher/parser
Faux Amis via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Aug 13 08:59:14 PDT 2017
On 2017-08-13 01:49, Soulsbane wrote:
> 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
Thanks, looks nice! I'll try it if Adam's modules fail me :)
More information about the Digitalmars-d-learn
mailing list