YouTube को 'पढ़ने' का तरीका
(umhau.github.io)- Youtube से subtitles निकालकर उन्हें पढ़ने लायक text में बदलने की टिप
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
अभी कोई टिप्पणी नहीं है.