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