From c1e8c901cdff5e08abbce022385be609ea3cb369 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Wed, 6 Jan 2021 10:38:35 +0100 Subject: [PATCH] Add new teams to team id matcher --- .../Tippliga/Team_ID_Matcher_Config.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index aac4589..cc2e9f7 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -578,5 +578,30 @@ "teamname": "Wolverhampton Wanderers", "tippligaID": 562, "apiFootballID": 39 + }, + { + "teamname": "Racing Straßburg", + "tippligaID": 183, + "apiFootballID": 95 + }, + { + "teamname": "AS St. Etienne", + "tippligaID": 478, + "apiFootballID": 1063 + }, + { + "teamname": "VfR Aalen", + "tippligaID": 103, + "apiFootballID": 1327 + }, + { + "teamname": "FK Pirmasens", + "tippligaID": 100, + "apiFootballID": 9365 + }, + { + "teamname": "Olymp. Marseille", + "tippligaID": 506, + "apiFootballID": 81 } ]