Support yt-dlp shows

This commit is contained in:
Dan Jones 2025-07-02 14:15:32 -05:00
commit dc9e6f59db
2 changed files with 45 additions and 7 deletions

View file

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