14 ポイント 投稿者 xguru 2020-11-08 | まだコメントはありません。 | WhatsAppで共有
  • YouTubeで字幕を抽出して、読みやすいテキストにするコツ

youtube-dl --output "captions.%(ext)s" --write-auto-sub --skip-download [動画リンク]

sed '/-->/d' captions.en.vtt | sed '/<c>/d' | sed '/^[[:space:]]*$/d' | uniq > captions.txt

まだコメントはありません。

まだコメントはありません。