mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
wip
This commit is contained in:
parent
f3aadfe03d
commit
e71ba3b490
15 changed files with 416 additions and 92 deletions
|
|
@ -227,7 +227,11 @@ impl Parser for TeamMatchesParser {
|
|||
score,
|
||||
score_opponent,
|
||||
},
|
||||
(Some(opponent), _, _, None) => MatchResult::Unknown { opponent },
|
||||
(Some(opponent), _, _, None) => MatchResult::Unknown {
|
||||
opponent,
|
||||
score,
|
||||
score_opponent,
|
||||
},
|
||||
_ => MatchResult::ByeWeek,
|
||||
};
|
||||
Ok(TeamSeasonMatch {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue