diff --git a/fetch/fetcher.go b/fetch/fetcher.go index c71b444..d608b0a 100644 --- a/fetch/fetcher.go +++ b/fetch/fetcher.go @@ -204,6 +204,8 @@ func (f *Fetcher) MetadataFetcher() { f.logger.Error("failed to save video", err) continue } + + f.out <- video } f.logger.Info("fetched metadata", slog.Int("count", len(videos))) }