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.58k stars 284 forks source link

vtt format error: second must be in 0..59 #160

Closed zxl777 closed 1 year ago

zxl777 commented 1 year ago

vtt format error:
second must be in 0..59

image

source https://www.youtube.com/watch?v=Jkdnn6klg7w

jdepoix commented 1 year ago

Hi @zxl777, thanks for reporting!

jdepoix commented 1 year ago

Fixed in v0.5.0 thanks to @liamrs222!