We have seen how to parse the HTML file and print the links using the HTMLParser module of Python, but instead of printing them to the screen we should somehow process the links. That's what we are ...
This method is called to process arbitrary data (e.g. text nodes and the content of <script>...</script> and <style>...</style>). The data argument is the text content of HTML.