#!/bin/sh
if [ "$YT_DLP_UV" ]; then
	uvx --with "yt-dlp-ejs" yt-dlp "$@"
else
	/usr/bin/yt-dlp "$@"
fi
