gatecrasher777 / ytcog-dl

Command line interface (CLI) for the ytcog innertube library
MIT License
3 stars 1 forks source link

Comments #7

Open sclsj opened 2 years ago

sclsj commented 2 years ago

Is it possible to download comments using ytcog-dl? Existing ones (forget the name) take more time to scrape the comments that it take to download a video.

gatecrasher777 commented 2 years ago

Not yet. But coming soon.

I don't know how the performance will be. It will have to make multiple requests for each batch of comments. So if there are many thousands of comments on a video it could some time. You can't make parallel multiple requests to speed it up, either, because each request returns a continuation code, which is needed in order to make next request, and so on until completed.

gatecrasher777 commented 2 years ago

Comments have now been added to ytcog. Not yet implemented in ytcog-dl.