5 lines
No EOL
199 B
Bash
5 lines
No EOL
199 B
Bash
#!/bin/bash
|
|
video_url="https://youtu.be/xpki1IcjinU?si=AACF69HJw39TqlD1"
|
|
|
|
# Download auto-generated subtitles and convert to txt
|
|
yt-dlp --skip-download --write-auto-sub --sub-format txt "$video_url" |