add copa nordeste

This commit is contained in:
silva guimaraes 2025-07-09 19:48:26 -03:00
parent 4a66e35f8e
commit 9a315f36a2
3 changed files with 9 additions and 1 deletions

View file

@ -31,6 +31,13 @@ let tournaments : Lib.tournament_scrape_context list =
filter_foreigners = false;
timezone_offset = None;
};
{
id = 1596;
season = 69430;
name = "COPA NORDESTE";
filter_foreigners = false;
timezone_offset = None;
};
{
id = 1024;
season = 70664;

View file

@ -1,6 +1,5 @@
(library
(name api)
(public_name api)
; (modules api rentry)
(libraries cohttp cohttp-lwt-unix cohttp-curl-lwt yojson ppx_deriving_yojson.runtime)
(preprocess (pps ppx_yojson_conv ppx_deriving.show ppx_expect)))

View file

@ -102,6 +102,8 @@ module Tournament = struct
let make context matches = { context; matches }
let matches { matches; _} = matches
let pp (day : Unix.tm) (tournament : t) =
let format_timestamp x =
let is_today start =