dorianmodemusic (djdorian1)

Race #1

View Pit Stop page for race #1 by djdorian1Ghost race

View profile for dorianmodemusic (djdorian1)

Official speed 41.34 wpm (53.12 seconds elapsed during race)
Race Start July 17, 2018 6:13:49am UTC
Race Finish July 17, 2018 6:14:42am UTC
Outcome No win (1 of 1)
Accuracy 91.0%
Points 16.54
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)