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 {