Attempt to implement CardPrints
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user