Last active
March 6, 2018 00:03
-
-
Save s7nio/c9666c6bd109d69a8cf11370faf873c0 to your computer and use it in GitHub Desktop.
extract youtube caption
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replace <YOUTUBE_ID> | |
## txt format | |
http://diycaptions.com/php/get-automatic-captions-as-txt.php?id=<YOUTUBE_ID> | |
## srt format | |
http://diycaptions.com/php/get-automatic-captions-as-srt.php?id=<YOUTUBE_ID> | |
## srt, translated subtitles, audio and video | |
http://www.yousubtitles.com/load/?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D<YOUTUBE_ID>&ch=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment