]> jfr.im git - yt-dlp.git/blob - yt-dlp.sh
[core] Fix `filepath` being copied to underlying format dict
[yt-dlp.git] / yt-dlp.sh
1 #!/usr/bin/env sh
2 exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"