3 lines
57 B
Bash
Executable File
3 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
yt-dlp --extract-audio --audio-format mp3 $1
|