Home > Backend Development > PHP Tutorial > 我需要提取youtube的 auto-generated subtitle 字幕,各位有什么好办法吗?

我需要提取youtube的 auto-generated subtitle 字幕,各位有什么好办法吗?

WBOY
Release: 2016-06-06 16:45:25
Original
2076 people have browsed it
video.google.com/timedt

这种方法只能获取上传的字幕, 我要获取机器自动生成的字幕,还有什么好办法吗?


我做ios开发要用到,最好还是一个网址能获取对应视频的字幕。。。。。

回复内容:

这个很简单啊

<code class="language-text">youtube-dl --write-auto-sub
</code>
Copy after login
zhuwei.me/youtube/ 用浏览器抓包就可以看到字幕的地址,“一个网址能获取对应视频的字幕”,拼接一下就可以啦。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template