openfootball / help

help & support incl. frequently asked questions (FAQs) and answers - let's keep all support question in one issue tracker, thanks
5 stars 4 forks source link

Add Standings for 2020 #41

Closed MrTob closed 1 month ago

MrTob commented 1 month ago

The results of the group phase are still partially undefined (null). e.g


 {
          "num": 32,
          "date": "2021-06-15",
          "team1": {
            "name": "France",
            "code": "FRA"
          },
          "team2": {
            "name": "Germany",
            "code": "GER"
          },
          "score1": null,
          "score2": null,
          "score1i": null,
          "score2i": null,
          "group": "Group F"
        }
geraldb commented 1 month ago

@MrTob good catch. it is day 3 on the restart. i am rebuilding and reorganizing in the next days the underlying machinery, see here https://github.com/sportdb/sport.db. more euro.json updates for sure in the next weeks. thank you for your patience.

geraldb commented 1 month ago

@MrTob please check again - i pushed an update for euro 2020 (in 2021) now with all matches and results (plus goals), see https://github.com/openfootball/euro.json/blob/master/2020/euro.json ps: the data source is here https://github.com/openfootball/euro/blob/master/2020--europe/euro.txt

MrTob commented 1 month ago

thank you for the quick update