File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ type HighscoresResponse struct {
4444
4545var (
4646 HighscoresAgeRegex = regexp .MustCompile (`.*<div class="Text">Highscores.*Last Update: ([0-9]+) minutes ago.*` )
47- HighscoresPageRegex = regexp .MustCompile (`.*<b>\» Pages:\ ?(.*)<\/b>.*<b>\» Results:\ ?([0-9,]+)<\/b>.*` )
47+ HighscoresPageRegex = regexp .MustCompile (`.*<b>.* Pages:\ ?(.*)<\/b>.*<b>.* Results:\ ?([0-9,]+)<\/b>.*` )
4848 SevenColumnRegex = regexp .MustCompile (`<td>(.*)<\/td><td.*">(.*)<\/a><\/td><td.*>(.*)<\/td><td.*>(.*)<\/td><td>(.*)<\/td><td.*>(.*)<\/td><td.*>(.*)<\/td>` )
4949 SixColumnRegex = regexp .MustCompile (`<td>(.*)<\/td><td.*">(.*)<\/a><\/td><td.*">(.*)<\/td><td>(.*)<\/td><td.*>(.*)<\/td><td.*>(.*)<\/td>` )
5050)
You can’t perform that action at this time.
0 commit comments