Convert YouTube timedtext API responses into SubRip Subtitle (SRT) format.
-
Open the Video: Go to the YouTube video in your browser and open the Network Inspector (usually found in the developer tools).
-
Enable Subtitles: Click the CC button on the video to turn on or off subtitles. Watch the Network tab for a request to
timedtext?v=
. -
Copy the Response: Locate the request to
timedtext?v=
and copy its response. -
Open the Tool: Open index.html in your web browser.
-
Paste the Response: Paste the copied timedtext API response into the input box on the left.
-
Save the Output: Copy the converted SRT output from the tool and paste it into your preferred text editor. Save the file with a .srt extension.