View Pit Stop page for race #6 by daniel3131 — Ghost race
View profile for daniel3131 (daniel3131)
| Official speed | 69.32 wpm (31.68 seconds elapsed during race) |
|---|---|
| Race Start | October 15, 2019 9:11:56am UTC |
| Race Finish | October 15, 2019 9:12:28am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 93.0% |
| Points | 27.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) |