Suddenly I seem to be having problems downloading videos from youtube using youtube-dl. I am running ubuntu 20.04.2
I did seem to upgrade youtube-dl using this suggestion:
pip3 install --upgrade youtube-dl
and when I check for the version using the command
youtube-dl --version
gives 2021.01.16
However when I try to make use of youtube-dl I get the message;
youtube-dl -f mp4 https://www.youtube.com/watch?v=5BXtgq0Nhsc
[youtube] 5BXtgq0Nhsc: Downloading webpage
ERROR: 5BXtgq0Nhsc: YouTube said: Unable to extract video data
I even tried removing youtube-dl
and reinstall from the Software launcher with no luck.
(I had a similar problem running youtube-dl in windows but the problem was resolved there when I updated youtube-dl)