Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I have had inconsistent behaviour in some downloaded subtitles.
For example, in this video: http://www.youtube.com/watch?v=q5qjRqXxFFc
No matter the format (SRT, VTT or SBV) chosen, youtube-dl had an error calculating the duration of some of the subtitle lines in that video, where end time = start time.
The end time is wrong, as those lines (among others) are displayed for several seconds in the real web browser, but the value got by youtube-dl is 0 miliseconds. I don't know the original RAW format, to determine if the problem lies in the program code or the data sent by the servers themselves.
Thanks.