Add Transformation model

This commit is contained in:
2025-06-24 15:23:12 +02:00
parent 9db3753105
commit 8cc9a64111
13 changed files with 81 additions and 58 deletions

View File

@@ -36,6 +36,11 @@ scraper:
steps:
- type: xpath
value: "//li/text()"
transform:
- name: "replace"
parameters:
- " ("
- ""
language:
steps:
- type: xpath