yt-dlp flakes and demands a login
# If yt-dlp gives login/CAPTCHA error, run the following:
python3 -m pip install --upgrade --force-reinstall yt-dlp
python3 -m pip install --upgrade cffi
sudo apt install python3-cffi
yt-dlp --cookies-from-browser chrome "VIDEO_URL_HERE"