diff options
Diffstat (limited to 'yt-dlp.sh')
-rw-r--r-- | yt-dlp.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt-dlp.sh b/yt-dlp.sh new file mode 100644 index 000000000..71a9aa163 --- /dev/null +++ b/yt-dlp.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec python3 "$(dirname "$(realpath "$0")")/yt_dlp/__main__.py" "$@" |