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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user