Comment on What YouTube downloader are the kids using these days?
SatyrSack@quokk.au 4 days agoIf you installed with pip, simply re-run the same command that was used to install the program
Simply running pip install yt-dlp doesn’t update though, right? You need to add an upgrade flag, so either:
pip install yt-dlp --upgradepip install yt-dlp -U