yt-dlp.sh 114 B

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