#!/usr/bin/env ash

#update yt-dlp as there are breaking changes often
pip3 install --upgrade yt-dlp

if $? == 0; then
    clear
    echo Updated yt-dlp
else
    echo ERROR updating yt-dlp
fi

/app/bloaterbot