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