My question is sort of like this question but I have more constraints:
Are there any tools set up to do this or am I better off just breaking out RegexBuddy and C#?
I'm open to command line or batch processing tools as well as C/C#/D libraries.
You need to use the HTML Agility Pack.
You probably want to find an element using LINQ ant the Descendants
call, then get its InnerText
.