yt-dlp/yt-dlp.sh

3 lines
79 B
Bash
Executable File

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