View Pit Stop page for race #8 by djdorian1 — Ghost race
View profile for dorianmodemusic (djdorian1)
Official speed | 34.04 wpm (64.51 seconds elapsed during race) |
---|---|
Race Start | July 17, 2018 6:25:42am UTC |
Race Finish | July 17, 2018 6:26:46am UTC |
Outcome | No win (2 of 2) |
Accuracy | 90.0% |
Points | 13.62 |
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) |