View Pit Stop page for race #6 by manu1010 — Ghost race
View profile for manu10 (manu1010)
| Official speed | 33.71 wpm (65.14 seconds elapsed during race) |
|---|---|
| Race Start | May 26, 2023 12:19:21am UTC |
| Race Finish | May 26, 2023 12:20:26am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 94.0% |
| Points | 13.49 |
| 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) |