A Firefox Extension that allows you to download the Transcripts of Youtube Videos as JSONs. Perfect for all your Youtube Historian and Research needs!
You can use it here: https://addons.mozilla.org/en-US/firefox/addon/youtube-transcript-downloader/
{ "title": <title>
, "url": <url>
, "sections": [{ "name": , "lines": [{ <time>
: <line>
}, ...
] }, ...
] }
It takes the transcript tab, converts it to text, and the does some custom parsing in order to turn it into a JSON file containing all metadata from the transcript that could be needed.