bloaterbot/entrypoint.sh
2023-10-27 00:53:18 +00:00

13 lines
189 B
Bash

#!/usr/bin/env ash
#update yt-dlp as there are breaking changes often
yt-dlp -U
if $? == 0; then
clear
echo Updated yt-dlp
else
echo ERROR updating yt-dlp
fi
/app/bloaterbot