mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
team archive
This commit is contained in:
parent
a46314d91a
commit
f4082d619d
15 changed files with 514 additions and 37 deletions
|
|
@ -151,8 +151,8 @@ impl Parser for TeamParser {
|
|||
.map(String::from)
|
||||
});
|
||||
|
||||
let format_text = select_text(root, &self.selector_team_format)
|
||||
.ok_or(ParseError::ElementNotFound {
|
||||
let format_text =
|
||||
select_text(root, &self.selector_team_format).ok_or(ParseError::ElementNotFound {
|
||||
selector: SELECTOR_TEAM_FORMAT,
|
||||
role: "team format",
|
||||
})?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue