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 Data 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