youtube-comment-downloader icon indicating copy to clipboard operation
youtube-comment-downloader copied to clipboard

Option to pretty print output

Open raelb opened this issue 2 years ago • 1 comments

Hi, Is it possible to add an option to pretty print output? When working with debug code, I am usually wanting json output to be indented.

e.g. --pretty 1

Thanks

raelb avatar Apr 25 '22 12:04 raelb

How about jq?

> cat output.json | jq

minamotorin avatar May 04 '22 10:05 minamotorin

I've added a --pretty option in v0.1.67.

egbertbouman avatar Sep 12 '22 14:09 egbertbouman