bvckspvce (slowracerx)

Race #2

View Pit Stop page for race #2 by slowracerxGhost race

View profile for bvckspvce (slowracerx)

Official speed 41.58 wpm (52.81 seconds elapsed during race)
Race Start May 10, 2018 11:37:34pm UTC
Race Finish May 10, 2018 11:38:26pm UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 16.63
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)