#/bin/bash

podman run --rm \
    -v ${HOME}/Videos/youtube:/downloads:z \
    --userns keep-id:uid=1000,gid=1000 \
    yt-dlp:latest -S 'res:1080' $@

