1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Configure download timeouts #186

This commit is contained in:
Maksym Pavlenko
2020-10-17 16:47:28 -07:00
parent 31cb976c37
commit d39e464585
5 changed files with 21 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ func main() {
"date": date,
}).Info("running podsync")
downloader, err := ytdl.New(ctx, cfg.Downloader.SelfUpdate)
downloader, err := ytdl.New(ctx, cfg.Downloader)
if err != nil {
log.WithError(err).Fatal("youtube-dl error")
}