3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
#!/bin/bash
|
||
|
youtube-dl --extract-audio --audio-format mp3 $1
|