Add missing transformation

This commit is contained in:
2025-07-19 16:42:12 +02:00
parent de1c4fadd7
commit 7671c05893

View File

@@ -96,6 +96,12 @@ scraper:
value: "./td/a[0]"
- type: xpath
value: "./text()"
transform:
- name: "regexReplace"
parameters: [
".+-[A-Za-z]*0?",
""
]
- steps:
- type: xpath
value: "./td/span/text()"