3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 $1
|