I should have mentioned that in Debian linux, you cannot install youtube-dl using the standard sudo apt install command. So instead, I use the following:
sudo apt install python3-pip
sudo pip3 install --upgrade youtube-dl
I should have mentioned that in Debian linux, you cannot install youtube-dl using the standard sudo apt install command. So instead, I use the following:
sudo apt install python3-pip
sudo pip3 install --upgrade youtube-dl