4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
youtube-dl -o '%(playlist_index)s-%(title)s.%(ext)s' "$1"
|