Trying out model
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
quarkus:
|
||||
http:
|
||||
port: 8081
|
||||
|
||||
scraper:
|
||||
sources:
|
||||
- id: konami-official
|
||||
@@ -25,20 +29,20 @@ scraper:
|
||||
- "^https://yugioh\\.fandom\\.com/wiki/.*$"
|
||||
selectors:
|
||||
regional-set:
|
||||
root: "h3:contains(Prefix(es)) + div > ul:nth-child(1) > li"
|
||||
root:
|
||||
type: css
|
||||
value: "h3:contains(Prefix(es)) + div > ul:nth-child(1) > li"
|
||||
id:
|
||||
steps:
|
||||
- type: "xpath"
|
||||
- type: xpath
|
||||
value: "//li/text()"
|
||||
language:
|
||||
steps:
|
||||
- type: "xpath"
|
||||
- type: xpath
|
||||
value: "//li/abbr"
|
||||
- type: "xpath"
|
||||
- type: xpath
|
||||
value: "//abbr/@title"
|
||||
region-key:
|
||||
steps:
|
||||
- type: "xpath"
|
||||
value: "//li/abbr/text()"
|
||||
testing:
|
||||
waaa: test
|
||||
- type: xpath
|
||||
value: "//li/abbr/text()"
|
||||
Reference in New Issue
Block a user