
Youtube Transcript Downloader di 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.
Disponibil su Firefox par Androidâ˘Disponibil su Firefox par Androidâ˘
740 utents740 utents
Metadâts de estension
Schermadis


Informazions su la estension
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>` }, `...`] }, `...`] }
Valutât 4 di 7 recensôrs
Permès e dâtsPlui informazions
Permès obligatoris:
- Acedi ai dâts utents dai sÎts includÝts tal domini youtube.com
Altris informazions
- Colegaments component adizionâl
- Version
- 1.0.1
- Dimension
- 13,01 kB
- Ultin inzornament
- 3 muaj mĂŤ parĂŤ (1 Kor 2025)
- Categoriis coreladis
- Licence
- Licence MIT
- Cronologjie versions
- Etichetis
- Zonte ae racuelte
Notis di publicazion pe version 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.