Skip downloading files in convids

This commit is contained in:
Dan Jones 2024-11-04 15:50:34 -06:00
commit 729e1d4dcc
2 changed files with 23 additions and 6 deletions

View file

@ -11,6 +11,7 @@ type Config struct {
Source string
Extensions []string
Groups []string
Skip []string
extRe *regexp.Regexp
}