add copa nordeste
This commit is contained in:
parent
4a66e35f8e
commit
9a315f36a2
3 changed files with 9 additions and 1 deletions
|
|
@ -31,6 +31,13 @@ let tournaments : Lib.tournament_scrape_context list =
|
||||||
filter_foreigners = false;
|
filter_foreigners = false;
|
||||||
timezone_offset = None;
|
timezone_offset = None;
|
||||||
};
|
};
|
||||||
|
{
|
||||||
|
id = 1596;
|
||||||
|
season = 69430;
|
||||||
|
name = "COPA NORDESTE";
|
||||||
|
filter_foreigners = false;
|
||||||
|
timezone_offset = None;
|
||||||
|
};
|
||||||
{
|
{
|
||||||
id = 1024;
|
id = 1024;
|
||||||
season = 70664;
|
season = 70664;
|
||||||
|
|
|
||||||
1
lib/dune
1
lib/dune
|
|
@ -1,6 +1,5 @@
|
||||||
(library
|
(library
|
||||||
(name api)
|
(name api)
|
||||||
(public_name api)
|
(public_name api)
|
||||||
; (modules api rentry)
|
|
||||||
(libraries cohttp cohttp-lwt-unix cohttp-curl-lwt yojson ppx_deriving_yojson.runtime)
|
(libraries cohttp cohttp-lwt-unix cohttp-curl-lwt yojson ppx_deriving_yojson.runtime)
|
||||||
(preprocess (pps ppx_yojson_conv ppx_deriving.show ppx_expect)))
|
(preprocess (pps ppx_yojson_conv ppx_deriving.show ppx_expect)))
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,8 @@ module Tournament = struct
|
||||||
|
|
||||||
let make context matches = { context; matches }
|
let make context matches = { context; matches }
|
||||||
|
|
||||||
|
let matches { matches; _} = matches
|
||||||
|
|
||||||
let pp (day : Unix.tm) (tournament : t) =
|
let pp (day : Unix.tm) (tournament : t) =
|
||||||
let format_timestamp x =
|
let format_timestamp x =
|
||||||
let is_today start =
|
let is_today start =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue