View Pit Stop page for race #2 by sertouchme — Ghost race
View profile for touch me (sertouchme)
| Official speed | 53.14 wpm (41.32 seconds elapsed during race) |
|---|---|
| Race Start | March 2, 2023 10:48:08am UTC |
| Race Finish | March 2, 2023 10:48:50am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 98.0% |
| Points | 21.26 |
| 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) |