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.
Feature request: Support downloading Scenarist and TTML captions #3432
Comments
|
I've added an experimental implementation in bf6427d. Now TTML/dfxp subtitles are supported. |
|
This has been implemented in youtube-dl 2015.04.26. See our FAQ if you have problems updating. |
I don't know if this is a globally-set option or needs to be added per-site, but I've currently seen it on Comedy Central.
Even though the 400 Request error on issue #3364 is still a problem for atmidnight and such (if the RTMP workaround isn't applicable), I noticed that subtitles were included in the segment pages output by the --write-pages option, but that these are not saved by youtube-dl.
The two subtitle formats it carries are Scenarist's Closed Caption format (.scc) and the XML-based TTML format (.xml).
There doesn't seem to be any obfuscating of the URLs, as I was able to grab both of the files with a plain invocation of wget. It'd just be kind of a burden to have to parse the sub locations out of the
*.dumpfiles and download them separately.While I'm not currently aware of any support for these formats in VSFilter, et al., there are utilities that can convert them to SRT or ASS, which would make them useful to save if the user requests subtitles be saved.
For instance, this is how they show up in the segment pages: