Lizard (limbolizard)

Race #1

View Pit Stop page for race #1 by limbolizardGhost race

View profile for Lizard (limbolizard)

Official speed 22.73 wpm (96.61 seconds elapsed during race)
Race Start May 30, 2023 6:00:18pm UTC
Race Finish May 30, 2023 6:01:54pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 9.09
Text #10005 (Length: 183 characters)

class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)