2 lines
57 B
Bash
2 lines
57 B
Bash
|
#!/bin/bash
|
||
|
youtube-dl -i -f m4a -x --audio-format mp3 $1
|