From 506804ebb37a3010ffb95d9983e77786b5436564 Mon Sep 17 00:00:00 2001 From: dilap54 Date: Mon, 3 Feb 2025 20:18:53 +0300 Subject: [PATCH] captions err --- goutubedl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goutubedl.go b/goutubedl.go index 239ebc3..b32a955 100644 --- a/goutubedl.go +++ b/goutubedl.go @@ -500,7 +500,7 @@ func infoFromURL( resp.Body.Close() caption.Bytes = buf } else { - options.DebugLog.Print("err", "download captions "+caption.URL, err) + options.DebugLog.Print("err", "download captions "+caption.URL, respErr) } }