#/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' $@

