You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HtmlAgilityPack is used for all HTML parsing. It would be nice to provide different implementations. For example, using Gumbo when performance is nessecary or using CsQuery when we want to deal with css selectors etc.