From 6c5c181a9640d3d43413be9f64662d181e3fd680 Mon Sep 17 00:00:00 2001 From: BitHeaven <33015545+BitHeaven-Official@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:13:24 +0500 Subject: [PATCH] Update download.go --- concurrent/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concurrent/download.go b/concurrent/download.go index 468a257..ab33944 100644 --- a/concurrent/download.go +++ b/concurrent/download.go @@ -121,7 +121,7 @@ func getSavePath(post *e621.Post, directory *string) string { func downloadPost(post *e621.Post, directory string) error { savePath := getSavePath(post, &directory) - fmt.Print(post) + fmt.Print(post.File.URL) resp, err := e621.HTTPGet(post.File.URL) if err != nil {