update scraping docs (#720)

This commit is contained in:
peolic
2020-08-11 01:44:57 +03:00
committed by GitHub
parent 4045ddf3e9
commit 39bc8b7351

View File

@@ -323,9 +323,9 @@ Additionally, there are a number of fixed post-processing fields that are specif
* `concat`: if an xpath matches multiple elements, and `concat` is present, then all of the elements will be concatenated together
* `split`: Its the inverse of `concat`. Splits a string to more elements using the separator given. For more info and examples have a look at PR [#579](https://github.com/stashapp/stash/pull/579)
For backwards compatibility, `regex`, `subscraper` and `parseDate` are also allowed as keys for the attribute.
For backwards compatibility, `replace`, `subscraper` and `parseDate` are also allowed as keys for the attribute.
Post-processing on attribute post-process is done in the following order: `concat`, `regex`, `subscraper`, `parseDate` and then `split`.
Post-processing on attribute post-process is done in the following order: `concat`, `replace`, `subscraper`, `parseDate` and then `split`.
##### CDP support