Notxarb (notxarbprod)

Race #1

View Pit Stop page for race #1 by notxarbprodGhost race

View profile for Notxarb (notxarbprod)

Official speed 47.56 wpm (46.17 seconds elapsed during race)
Race Start February 15, 2024 8:35:29pm UTC
Race Finish February 15, 2024 8:36:15pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 19.02
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)