
Youtube Transcript Downloader wót RandomGamingDev
Lets you download the Transcripts of Youtube Videos as JSONs It does this by adding a download button to the vanilla Youtube transcript which uses some custom parsing in order to convert all data and metadata into a JSON that then gets downloaded.
Za Firefox za Android™ k dispozicijiZa Firefox za Android™ k dispoziciji
745 wužywarjow745 wužywarjow
Metadaty rozšyrjenja
Fota wobrazowki


Wó toś tom rozšyrjenju
Lets you download the Transcripts of Youtube Videos as JSONs
It does this by adding a download button to the vanilla Youtube transcript which uses some custom parsing in order to convert all data and metadata into a JSON that then gets downloaded.
The source code is available here: https://github.com/RandomGamingDev/yt-transcript-downloader
The format of the JSON is the following: { "title": `<title>`, "url": `<url>`, "sections": [{ "name": <name>, "lines": [{ `<time>`: `<line>` }, `...`] }, `...`] }
It does this by adding a download button to the vanilla Youtube transcript which uses some custom parsing in order to convert all data and metadata into a JSON that then gets downloaded.
The source code is available here: https://github.com/RandomGamingDev/yt-transcript-downloader
The format of the JSON is the following: { "title": `<title>`, "url": `<url>`, "sections": [{ "name": <name>, "lines": [{ `<time>`: `<line>` }, `...`] }, `...`] }
Z 4 wót 7 pógódnośujucych pógódnośony
Pšawa a datyDalšne informacije
Trjebne pšawa:
- Mějśo pśistup k swójim datam za sedła w domenje youtube.com
Dalšne informacije
- Dodankowe wótzkaze
- Wersija
- 1.0.1
- Wjelikosć
- 13,01 KB
- Slědny raz zaktualizěrowany
- 3 moannen lyn (1 jul. 2025)
- Pśiswójźbne kategorije
- Licenca
- Licenca MIT
- Wersijowa historija
- Wobznamjenja
- Zběrce pśidaś
Wersijowe informacije za 1.0.1
I've made it so that the colors correspond with Youtube's normal colors even when in light or a different mode, meaning that the button will no longer appear mismatched or grayed out for Youtube's different schemes.