python/pyparsing When I use scanString method, it is giving the start and end location of the matched token, in the text.
I\'m using pyparsing to parse HTML. I\'m grabbing all embed tags, but in some cases there\'s an a tag directly following that I also want to grab if it\'s available.