Add turkey
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@
|
|||||||
/.settings/
|
/.settings/
|
||||||
/build/
|
/build/
|
||||||
/target/
|
/target/
|
||||||
|
src/main/main.iml
|
||||||
|
src/test/test.iml
|
||||||
|
|||||||
@@ -83,5 +83,10 @@
|
|||||||
"country": "World",
|
"country": "World",
|
||||||
"name": "UEFA Super Cup",
|
"name": "UEFA Super Cup",
|
||||||
"league_id": 4306
|
"league_id": 4306
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"country": "Turkey",
|
||||||
|
"name": "Süper Lig",
|
||||||
|
"league_id": 4418
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user