Support alternate source per show

This commit is contained in:
Dan Jones 2024-11-16 23:38:44 -06:00
commit 1b072f42d3
2 changed files with 64 additions and 26 deletions

View file

@ -25,6 +25,7 @@ type Show struct {
Pattern string
Name string
Anime bool
Sources []string
re *regexp.Regexp
}