Feat: Add Starck Filmes Indexer (#30)
* feat: add starck filmes indexer * feat: findYearFromText year trim space
This commit is contained in:
@@ -364,7 +364,7 @@ func findYearFromText(text string, title string) (year string) {
|
||||
year = yearMatch[1]
|
||||
}
|
||||
}
|
||||
return year
|
||||
return strings.TrimSpace(year)
|
||||
}
|
||||
|
||||
func findAudioFromText(text string) []schema.Audio {
|
||||
|
||||
Reference in New Issue
Block a user