yt-dlp.sh 79 B

12
  1. #!/bin/sh
  2. exec python3 "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@"