mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Apply xpath parseDate after subScraper (#606)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user