4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
youtube-dl -f bestvideo+bestaudio mp3 -o '%(track)s.%(ext)s' $1
|