I hope this question is not a RTFM one. I am trying to write a Python script that extracts links from a standard HTML webpage (the tags). I hav
tags). I hav
Regexes with HTML get messy. Just use a DOM parser like Beautiful Soup.