Adding YouTube Transcript Feature in Qt App
Unsolved
Qt Creator and other tools
-
I’m working on a Qt app and looking to add a feature that fetches YouTube transcripts. I found youtubetotranscript.net, which seems to offer an easy way to grab transcripts.
Has anyone used this site or a similar service in a Qt project? I’m curious how to pull the transcript data and display it in my app.
Any tips or libraries that could help would be awesome.