Cách “đọc” YouTube
(umhau.github.io)- Mẹo trích xuất phụ đề từ Youtube và chuyển thành văn bản dễ đọc
youtube-dl --output "captions.%(ext)s" --write-auto-sub --skip-download [video link]
sed '/-->/d' captions.en.vtt | sed '/<c>/d' | sed '/^[[:space:]]*$/d' | uniq > captions.txt
Chưa có bình luận nào.