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 ...
Add a description, image, and links to the python-html-parser topic page so that developers can more easily learn about it.