egbertbouman / youtube-comment-downloader

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

shorts - Error: Expecting value: line 1 column 1 (char 0) #118

Closed pavo976 closed 2 years ago

pavo976 commented 2 years ago

Hello. I try to get comments from "shorts", but get error:

youtube-comment-downloader --url https://youtube.com/shorts/NC4G_WnuKYs --output ./comments.json

Output:

Downloading Youtube comments for https://youtube.com/shorts/NC4G_WnuKYs
Error: Expecting value: line 1 column 1 (char 0)

version:

youtube-comment-downloader==0.1.61
egbertbouman commented 2 years ago

Thanks for reporting!

I just fixed this in 0.1.63. If you're still having issues, please let me know.

pavo976 commented 1 year ago

@egbertbouman - Thanks for the quick response and quick solution.

MathiasExorde commented 1 year ago

Hello, the same problem is back, on last version. Is it just me?

egbertbouman commented 1 year ago

@MathiasExorde It's not just you. I've just published a new release (0.1.70) and things should be working again.

MathiasExorde commented 1 year ago

Great, thanks.