4 lines
30 B
Plaintext
4 lines
30 B
Plaintext
|
#!/bin/sh
|
||
|
youtube-dl -f18 $1
|
||
|
|