Compare commits
2 Commits
96e72f2ee3
...
313a2784a1
| Author | SHA1 | Date | |
|---|---|---|---|
| 313a2784a1 | |||
| a3ea23f5d0 |
18
get_data.py
18
get_data.py
@@ -125,15 +125,15 @@ EMPTY_PHOTO_PATH = r"D:\Графика\БАСКЕТБОЛ\VTB League\ASSETS\EMPT
|
|||||||
|
|
||||||
|
|
||||||
URLS = {
|
URLS = {
|
||||||
"seasons": "{host}/api/abc/comps/seasons?Tag={league}",
|
"seasons": "{host}api/abc/comps/seasons?Tag={league}",
|
||||||
"actual-standings": "{host}/api/abc/comps/actual-standings?tag={league}&season={season}&lang={lang}",
|
"actual-standings": "{host}api/abc/comps/actual-standings?tag={league}&season={season}&lang={lang}",
|
||||||
"calendar": "{host}/api/abc/comps/calendar?Tag={league}&Season={season}&Lang={lang}&MaxResultCount=1000",
|
"calendar": "{host}api/abc/comps/calendar?Tag={league}&Season={season}&Lang={lang}&MaxResultCount=1000",
|
||||||
"game": "{host}/api/abc/games/game?Id={game_id}&Lang={lang}",
|
"game": "{host}api/abc/games/game?Id={game_id}&Lang={lang}",
|
||||||
"pregame": "{host}/api/abc/games/pregame?tag={league}&season={season}&id={game_id}&lang={lang}",
|
"pregame": "{host}api/abc/games/pregame?tag={league}&season={season}&id={game_id}&lang={lang}",
|
||||||
"pregame-full-stats": "{host}/api/abc/games/pregame-full-stats?tag={league}&season={season}&id={game_id}&lang={lang}",
|
"pregame-full-stats": "{host}api/abc/games/pregame-full-stats?tag={league}&season={season}&id={game_id}&lang={lang}",
|
||||||
"live-status": "{host}/api/abc/games/live-status?id={game_id}",
|
"live-status": "{host}api/abc/games/live-status?id={game_id}",
|
||||||
"box-score": "{host}/api/abc/games/box-score?id={game_id}",
|
"box-score": "{host}api/abc/games/box-score?id={game_id}",
|
||||||
"play-by-play": "{host}/api/abc/games/play-by-play?id={game_id}",
|
"play-by-play": "{host}api/abc/games/play-by-play?id={game_id}",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user