html fetcher/parser
    Faux Amis via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sat Aug 12 12:53:22 PDT 2017
    
    
  
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
    
    
More information about the Digitalmars-d-learn
mailing list