youtube handling + special site handling framework
Some checks failed
docker / Docker (push) Has been cancelled
test / Test (push) Has been cancelled

This commit is contained in:
Failure 2024-08-06 08:50:35 -07:00
parent 6a88d9d0f4
commit 17d4d46d09
4 changed files with 97 additions and 8 deletions

View file

@ -6,6 +6,10 @@ import (
"go.uber.org/zap"
)
func LoaderConfig(fs *flag.FlagSet, cb func() (*zap.Logger, bool)) imagor.Option {
return imagor.WithLoaders(NewSpecialLoader())
}
// Config imagorvideo config.Option
func Config(fs *flag.FlagSet, cb func() (*zap.Logger, bool)) imagor.Option {
var (