8 lines
226 B
Plaintext
Executable File
8 lines
226 B
Plaintext
Executable File
#/bin/bash
|
|
|
|
podman run --rm \
|
|
-v ${HOME}/Videos/youtube:/downloads:z \
|
|
--userns keep-id:uid=1000,gid=1000 \
|
|
yt-dlp:latest --embed-metadata -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" -S 'res:1080' $@
|
|
|