jdepoix / youtube-transcript-api

This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!
MIT License
2.54k stars 279 forks source link

Download YouTube-specific subtitle format called SRV3 #245

Open bakustarver opened 5 months ago

bakustarver commented 5 months ago

Can you add support for downloading YouTube-specific subtitle format called SRV3 (also referred to as YTT for "YouTube Timed Text")?

There are plenty of these subtitles on YouTube in the karaoke section.

I found also 2 applications on github to convert to this format, from ass format and vice versa

YTSubConverter ytt2ass

Here's a couple of examples with subtitles like this: this and this. sample

GorujoCY commented 5 months ago

in my observation I see this is a very similar issue to #150 it may help you here.