mirror of
https://github.com/stashapp/stash.git
synced 2026-04-30 19:03:23 +02:00
Apply xpath parseDate after subScraper (#606)
This commit is contained in:
parent
96e6e16507
commit
f40e234748
1 changed files with 1 additions and 1 deletions
|
|
@ -240,8 +240,8 @@ func (c xpathScraperAttrConfig) applySubScraper(value string) string {
|
|||
func (c xpathScraperAttrConfig) postProcess(value string) string {
|
||||
// perform regex replacements first
|
||||
value = c.replaceRegex(value)
|
||||
value = c.parseDate(value)
|
||||
value = c.applySubScraper(value)
|
||||
value = c.parseDate(value)
|
||||
|
||||
return value
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue