mirror of
https://github.com/Dvorinka/facr-scraper.git
synced 2026-06-03 20:12:57 +00:00
fix futsal
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user