View Pit Stop page for race #10 by negative_hp — Ghost race
View profile for Nazif (negative_hp)
Official speed | 61.00 wpm (36.00 seconds elapsed during race) |
---|---|
Race Start | February 26, 2025 7:38:18am UTC |
Race Finish | February 26, 2025 7:38:54am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 24.40 |
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) |