4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
youtube-dl -i -f bestaudio --extract-audio --add-metadata "$1"
|