typezillaaaaa (typezillaaaaa)

Race #1

View Pit Stop page for race #1 by typezillaaaaaGhost race

View profile for typezillaaaaa (typezillaaaaa)

Official speed 50.40 wpm (43.57 seconds elapsed during race)
Race Start November 7, 2018 3:54:24pm UTC
Race Finish November 7, 2018 3:55:08pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 20.16
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)