Attempt to implement CardPrints

This commit is contained in:
2025-06-25 21:06:34 +02:00
parent e0330e7baa
commit 39c0ebfc7c
23 changed files with 653 additions and 11 deletions

View File

@@ -54,6 +54,35 @@ scraper:
steps:
- type: xpath
value: "//li/abbr/text()"
card-print:
multi: true
root:
type: css
value: ".tabber.wds-tabber > div"
discriminator:
direction: asc
root:
type: css
value: ".wds-tabs__tab"
steps:
- type: xpath
value: "//li/div/a/text()"
id:
steps:
- type: xpath
value: ".//table/tbody/tr[2]/td[1]/a/text()"
name:
steps:
- type: xpath
value: ".//table/tbody/tr[2]/td[1]/a/text()"
regional-name:
steps:
- type: xpath
value: ".//table/tbody/tr[2]/td[2]/a/text()"
rarity:
steps:
- type: xpath
value: ".//table/tbody/tr[2]/td[3]/a/text()"
card:
name:
root: