egbertbouman / youtube-comment-downloader

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

Error: Failed to set sorting when downloading community comments #128

Closed kellersefi closed 1 year ago

kellersefi commented 1 year ago

Following up on #102

The following command runs successfully:

youtube-comment-downloader --url https://www.youtube.com/post/Ugkx2meuOt7vCSaQP4QsS5v4v-VG5WnVb7RU --output output.json

But this command returns an error:

youtube-comment-downloader --url https://www.youtube.com/post/Ugkx2meuOt7vCSaQP4QsS5v4v-VG5WnVb7RU --output output.json

The error is:

Error: Failed to set sorting

I tried community comments from different channels and the error reproduced every time.

egbertbouman commented 1 year ago

Sorry for the late response. Downloading communnity posts should be working again.