4 lines
85 B
Text
4 lines
85 B
Text
|
#!/bin/bash
|
||
|
|
||
|
yt-dlp -o"%(playlist_title)s/%(playlist_index)s.%(title)s.%(ext)s" "$@"
|