fix: remove test for a single vid
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-08 22:57:27 +02:00
parent db643947dc
commit fcf1ef65d3
No known key found for this signature in database
GPG key ID: 940DFD5EADD1E94A

View file

@ -57,8 +57,6 @@ func run(cfg config.Config) {
DryRun: cfg.Dry_run, DryRun: cfg.Dry_run,
Metadata: false, Metadata: false,
}, provider) }, provider)
break
} }
metadata.Generate(cfg.Out_dir, feed.Title, cfg.Dry_run) metadata.Generate(cfg.Out_dir, feed.Title, cfg.Dry_run)