# 유튜브를 '읽는' 방법

> Clean Markdown view of GeekNews topic #3165. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3165](https://news.hada.io/topic?id=3165)
- GeekNews Markdown: [https://news.hada.io/topic/3165.md](https://news.hada.io/topic/3165.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-11-08T10:13:18+09:00
- Updated: 2020-11-08T10:13:18+09:00
- Original source: [umhau.github.io](https://umhau.github.io/how-to-read-a-youtube/)
- Points: 14
- Comments: 0

## Topic Body

- 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

## Comments



_No public comments on this page._
