I`m processing HTML page and finally ended up with lines like this:
<td class="border">AAA</td><td class="border">BBB</td>
I need to extract AAA and BBB into variables wwith HTMLParser and i cannot figure out how to do it simply.
I cannot use any other parser, cause i`m limited in python tools.
Any help would be appreciated.
This will print the data within TD tags: