I want to get the top comments of youtube videos. Is there a way to do this with a scriptable commandline utility or do I need to use curl and the API.
I thought of using youtube-dl , but there seems to be no such function. Is there a similar tool capable of doing this?
Also I read some older questions, which suggested that there is no way of doing this (except by getting all comments and searching them locally), since it is not implemented in the API. So I was wondering if this changed recently.