permil (permil)

Race #58

View Pit Stop page for race #58 by permilGhost race

View profile for permil (permil)

Official speed 104.57 wpm (21.00 seconds elapsed during race)
Race Start February 25, 2019 2:22:45pm UTC
Race Finish February 25, 2019 2:23:06pm UTC
Outcome Win (1 of 3)
Opponents 2. w_h_ (83.77 wpm)
3. paraphrohn (82.44 wpm)
Accuracy 100.0%
Points 41.83
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)