diff options
author | emkael <emkael@tlen.pl> | 2018-01-27 09:46:44 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-01-27 09:46:44 +0100 |
commit | 4138abd13d29e1afb5d3a412daa08aea82c9bfc4 (patch) | |
tree | 82916611fb7992ad6572bf97145600d16b08b562 | |
parent | 84429d314e06c65a427c3ae4bfd03ca3f78e4834 (diff) |
Matches already played in 2NE: http://brydz.meritum-gda.pl/2018/playoff/IILigarunda1.html
-rw-r--r-- | 2ne.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -43,25 +43,29 @@ },
{
"id": 2,
- "database": "nepo1",
+ "database": "nepo1_",
"round": 1,
"table": 2,
"teams": [
{"place": [7]},
{"place": [9]}
],
- "winner": [7, 8]
+ "winner": [7, 8],
+ "score": [183.4, 64],
+ "link": "http://brydz.meritum-gda.pl/2018/playoff/IILigarunda1.html"
},
{
"id": 3,
- "database": "nepo1",
+ "database": "nepo1_",
"round": 1,
"table": 3,
"teams": [
{"place": [8]},
{"place": [10]}
],
- "winner": [7, 8]
+ "winner": [7, 8],
+ "score": [151.7, 93],
+ "link": "http://brydz.meritum-gda.pl/2018/playoff/IILigarunda1.html"
},
{
"id": 4,
|