yt-dlp.sh 118 B

12
  1. #!/usr/bin/env sh
  2. exec "${PYTHON:-python3}" -bb -Werror -Xdev "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"