def handle_endtag()

in mozdownload/parser.py [0:0]


    def handle_endtag(self, tag):
        """Callback for when a tag gets closed."""
        if tag == 'a':
            self.active_url = None