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 {