View Pit Stop page for race #1 by hans88 — Ghost race
View profile for Hans (hans88)
| Official speed | 30.83 wpm (71.23 seconds elapsed during race) |
|---|---|
| Race Start | August 25, 2022 8:43:04am UTC |
| Race Finish | August 25, 2022 8:44:16am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 12.33 |
| 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) |