im (aph0tic)

Race #2

View Pit Stop page for race #2 by aph0ticGhost race

View profile for im (aph0tic)

Official speed 36.83 wpm (59.63 seconds elapsed during race)
Race Start October 8, 2017 12:57:31am UTC
Race Finish October 8, 2017 12:58:31am UTC
Outcome No win (2 of 2)
Opponents 1. cptbbq (70.28 wpm)
Accuracy 94.0%
Points 14.73
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)