With a video url and the desired language, I want to be able to know if the video supports captions in this language. Not auto-generated ones. I've tried the npm package "youtube-captions-scraper" but it gives you all subtitles, auto-generated ones as well.I would need a way to get a true/false result if a video supports captions in the desired language. Thanks.
↧