回答:
ドキュメントに明確に記載されているオプションがあります:
--write-sub Write subtitle file
--write-auto-sub Write automatic subtitle file (YouTube only)
--all-subs Download all the available subtitles of the video
--list-subs List all available subtitles for the video
--sub-format FORMAT Subtitle format, accepts formats preference, for example: "srt" or "ass/srt/best"
--sub-lang LANGS Languages of the subtitles to download (optional) separated by commas, use IETF language tags like 'en,pt'
したがって、たとえば、ビデオのすべてのサブをリストするには:
youtube-dl --list-subs https://www.youtube.com/watch?v=Ye8mB6VsUHw
ビデオではなくすべてのサブをダウンロードするには:
youtube-dl --all-subs --skip-download https://www.youtube.com/watch?v=Ye8mB6VsUHw
--skip-download
下に隠されているオプションは見つかりませんでした。@fivetechがこの質問をしてくれてうれしいです。
youtube-dl --sub-lang en --write-auto-sub --sub-format srt --skip-download v0uYZ4rTOrk
1. ENG字幕を取得2.自動生成字幕を取得3. srt形式の字幕を取得4.映画をダウンロードしない
YouTubeから字幕をダウンロードするもう1つの簡単な方法は、Google2SRTをダウンロードすることです。Google2SRTは、Windows、Mac、Linux向けの無料のオープンソースプログラムで、YouTube動画から複数の字幕をダウンロード、保存、変換できます。
リンクをクリックして、手順1と2のスクリーンショットを表示します。
SRT字幕テキストボックスに入力された宛先フォルダーを表示して、SRTファイルを見つけます。