Screen scraper to get all 'a title' elements

Chris Angelico rosuav at gmail.com
Wed Nov 25 18:42:34 EST 2015


On Thu, Nov 26, 2015 at 10:37 AM, ryguy7272 <ryanshuell at gmail.com> wrote:
> Wow!  Awesome!  I bookmarked that link!
> Thanks for everything!!!

Also bookmark this link:

http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags

And read it before you do any parsing of HTML using regular expressions.

ChrisA



More information about the Python-list mailing list