python – Youtube_dl : ERROR : YouTube said: Unable to extract video data
python – Youtube_dl : ERROR : YouTube said: Unable to extract video data
Updating youtube-dl helped me. Depending on the way you installed it, here are the commands:
youtube-dl --update
(self-update)pip install -U youtube-dl
(via python)brew upgrade youtube-dl
(macOS + homebrew)choco upgrade youtube-dl
(Windows + Chocolatey)
For ubuntu users:
sudo apt purge youtube-dl
sudo pip3 install youtube-dl
python – Youtube_dl : ERROR : YouTube said: Unable to extract video data
I had the same error on Ubuntu 20.04.
I solved it by updating youtube-dl by downloading a .deb from:
https://packages.debian.org/sid/all/youtube-dl/download
Though you can also get the update on youtube-dls official site.
Related posts on python :
- python – ModuleNotFoundError: No module named discord
- python – Strip / trim all strings of a dataframe
- Python Turtle Opacity?
- Python: Queue.Empty Exception Handling
- AttributeError: NoneType object has no attribute lower python
- python – How can I color part of Slack incoming-webhook messages?
- python – Token error: EOF in multi-line statement
- exception – dcc.Loading on First Load Only (Python)
- How Do You Make Python Turtle Stop Moving?