fix fetch to process
This commit is contained in:
parent
937eb32e93
commit
9eddbac6f9
|
@ -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)))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue