col1
This commit is contained in:
parent
d4b3fcb61d
commit
d5abe31a3f
2 changed files with 6 additions and 7 deletions
9
api.opam
9
api.opam
|
|
@ -13,12 +13,11 @@ depends: [
|
||||||
"dune" {>= "3.18"}
|
"dune" {>= "3.18"}
|
||||||
"ocaml"
|
"ocaml"
|
||||||
"ppx_deriving_yojson"
|
"ppx_deriving_yojson"
|
||||||
|
"cohttp-curl-lwt"
|
||||||
|
"cohttp-lwt-unix"
|
||||||
|
"lwt_ssl"
|
||||||
|
"ppx_expect"
|
||||||
"ppx_yojson_conv"
|
"ppx_yojson_conv"
|
||||||
"cohttp-curl-lwt"
|
|
||||||
"ppx_expect"
|
|
||||||
"cohttp "
|
|
||||||
"cohttp-lwt-unix"
|
|
||||||
"yojson"
|
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
|
|
@ -67,8 +67,8 @@ let tournaments : Lib.tournament_scrape_context list =
|
||||||
timezone_offset = None;
|
timezone_offset = None;
|
||||||
};
|
};
|
||||||
{
|
{
|
||||||
id = 11539;
|
id = 11536;
|
||||||
season = 70681;
|
season = 77825;
|
||||||
name = "COL1";
|
name = "COL1";
|
||||||
filter_foreigners = false;
|
filter_foreigners = false;
|
||||||
timezone_offset = Some ~-5;
|
timezone_offset = Some ~-5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue