I have open video downloader, which worked before. But now it doesn't. I tried to install pip by putting ensure pip in Python 3.11 but I don't know how to change the greater than signs. Or if you have to. I did hours of research into this. All into youtube-dl and pip. But I never learned how to update it. Do I even have to? I'd love some help.
Asked
Active
Viewed 1,792 times
2 Answers
1
According to youtube-dl official documentation, you could try
youtube-dl -U
or
youtube-dl --update
or even
sudo -H pip install --upgrade youtube-dl

Dario Costa
- 121
-
I had to do the pip install (3rd option) to get it to work - the first and the second options did not return any errors but youtube downloads kept failing. – gdesilva May 17 '23 at 02:02
-
I have no idea why. Anyway, if you find my answer helpful, please be kind and upvote, thanks! :) – Dario Costa May 18 '23 at 10:00
0
latest version 2021.12.17 no updates after
NOT working anymore (at some point, to make you pay for it, utube enforced no download policy to make you pay for premium)
sorry ...

THESorcerer
- 111
sudo snap install tube-converter
– Archisman Panigrahi Jun 29 '23 at 00:51