Nov. 29, 2019
6:47 p.m.
Great! I just added a link to the README.md of the project and created a PR, because it is very likely that if you're parsing HTML you're doing some scrapping. :-) Esteban A. Maringolo On Fri, Nov 29, 2019 at 2:18 PM Cédrick Béler <cdrick65@gmail.com> wrote:
Stef and other wrote this book a while ago:
http://books.pharo.org/booklet-Scraping/html/scrapingbook.html
Basically XMLHtmlParser + XPath
To me, far better than using Soup. Google chrome pharo integration helps top to scrap complex full JS web site like google ;)