example/crawler.c: simple crawler based on libxml2

Closes #2706
This commit is contained in:
Jeroen Ooms 2018-07-03 14:32:17 +02:00 committed by Daniel Stenberg
parent b0e4598ff7
commit 74e0bde773
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 211 additions and 1 deletions

View file

@ -43,4 +43,4 @@ COMPLICATED_EXAMPLES = curlgtk.c curlx.c htmltitle.cpp cacertinmem.c \
sampleconv.c synctime.c threaded-ssl.c evhiperfifo.c \
smooth-gtk-thread.c version-check.pl href_extractor.c asiohiper.cpp \
multi-uv.c xmlstream.c usercertinmem.c sessioninfo.c \
threaded-shared-conn.c
threaded-shared-conn.c crawler.c