mirror of
https://github.com/mr0xb/scripts.git
synced 2026-08-27 19:34:57 -04:00
3 lines
132 B
Shell
Executable file
3 lines
132 B
Shell
Executable file
#!/usr/bin/env bash
|
|
cd ~/Downloads || exit
|
|
yt-dlp --write-auto-sub --sub-lang en --skip-download "$1" -o "yt-transcription.%(ext)s"
|