14P by xguru 2020-11-08 | favorite | 댓글과 토론

- Youtube에서 자막을 추출해서 읽기 좋은 텍스트로 만드는 팁
> youtube-dl --output "captions.%(ext)s" --write-auto-sub --skip-download [비디오링크]
> sed '/-->/d' captions.en.vtt | sed '//d' | sed '/^[[:space:]]*$/d' | uniq > captions.txt