diff options
author | emkael <emkael@tlen.pl> | 2023-10-02 20:42:05 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-10-02 20:42:29 +0200 |
commit | 655ebfc2a9380b428c5dae754088d8fe05a2fed3 (patch) | |
tree | 001fac9c7c5221d897887fb8fc377b459fe15aef /preseason/config/eklasa.json | |
parent | d66b7cdde0c3e863201fc27a9456334eb7bd5e7c (diff) |
Configs for pre-season checks
Diffstat (limited to 'preseason/config/eklasa.json')
-rw-r--r-- | preseason/config/eklasa.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/preseason/config/eklasa.json b/preseason/config/eklasa.json new file mode 100644 index 0000000..cd60fe8 --- /dev/null +++ b/preseason/config/eklasa.json @@ -0,0 +1,31 @@ +{ + "source": { + "path": "https://wyniki.pzbs.pl/liga/liga2023-24/ekstraklasa/", + "prefix": "rr" + }, + "language": "place", + "vp_table": "24.TVP", + "logoh": { + "template": "logoh.eklasa.html", + "variables": { + } + }, + "round_dates": [ + "2023-10-06, 15:00", + "2023-10-06, 19:30", + "2023-10-07, 10:00", + "2023-10-07, 15:00", + "2023-10-07, 19:30", + "2023-10-08, 09:00", + "2023-10-08, 13:30", + "2024-01-05, 10:00", + "2024-01-05, 15:00", + "2024-01-05, 19:30", + "2024-01-06, 10:00", + "2024-01-06, 15:00", + "2024-01-06, 19:30", + "2024-01-07, 09:00", + "2024-01-07, 13:30" + ], + "team_names": "../dumps/.cezar-teams-dmp202324_e" +} |