Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从许多 YouTube 剪辑中检索字幕,并认为我可以使用 YouTube 数据 API 来做到这一点。我还想指定语言(例如英语、德语)。我相信这在 v2 上是可能的,但经过一些研究,v3 似乎不可能。有人可以建议吗?检索文本文件后,我计划使用 Python 分析文本。非常感谢!
你会想使用 pafy api
http://np1.github.io/pafy/
代码会像
import pafy url = "https://www.youtube.com/watch?v=bMt47wvK6u0" video = pafy.new(url) print video.title