fix futsal

This commit is contained in:
Tomáš Dvořák
2025-08-26 08:18:50 +02:00
parent 0bbf432b9a
commit 0c76824775
+1 -1
View File
@@ -140,7 +140,7 @@ func parseCompetitionMatchesFromFotbal(pageURL, clubType, clubName, clubID strin
reportURL := "" reportURL := ""
if matchID != "" { if matchID != "" {
if strings.EqualFold(clubType, "futsal") { if strings.EqualFold(clubType, "futsal") {
reportURL = fmt.Sprintf("https://www.fotbal.cz/futsal/zapasy/zapas/%s", matchID) reportURL = fmt.Sprintf("https://www.fotbal.cz/futsal/zapasy/futsal/%s", matchID)
} else { } else {
reportURL = fmt.Sprintf("https://www.fotbal.cz/souteze/zapasy/zapas/%s", matchID) reportURL = fmt.Sprintf("https://www.fotbal.cz/souteze/zapasy/zapas/%s", matchID)
} }