egbertbouman / youtube-comment-downloader

Simple script for downloading Youtube comments without using the Youtube API
MIT License
881 stars 223 forks source link

Option to pretty print output #107

Closed raelb closed 1 year ago

raelb commented 2 years ago

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

minamotorin commented 2 years ago

How about jq?

> cat output.json | jq
egbertbouman commented 1 year ago

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