From 4b1de1d3ad4676716224088a97110da9942ec6ce Mon Sep 17 00:00:00 2001 From: Nonoo Date: Tue, 15 Aug 2023 13:06:07 +0200 Subject: [PATCH] Make Download() function comment more clear --- goutubedl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goutubedl.go b/goutubedl.go index 70ec26b..213b71f 100644 --- a/goutubedl.go +++ b/goutubedl.go @@ -428,7 +428,7 @@ type DownloadResult struct { } // Download format matched by filter (usually a format id or quality designator). -// If filter is empty, then youtube-dl will use "best" as the format by default. +// If filter is empty, then youtube-dl will use its default format selector. func (result Result) Download(ctx context.Context, filter string) (*DownloadResult, error) { debugLog := result.Options.DebugLog