Update youtube-dl on mac OS X
Asked Answered
C

2

12

I tried to update latest release on youtube-dl but I can't update and while I tried got the error like
"It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update."

Contagion answered 16/4, 2016 at 13:16 Comment(2)
How did you try to update it?Savina
@Savina I followed youtube-dl documentationContagion
M
28

Try:

youtube-dl -U

If you used pip to install youtube-dl in the first place then, use:

pip install --upgrade youtube-dl

If that doesn't work, you can always reinstall it using homebrew:

brew install youtube-dl
Maugre answered 24/4, 2016 at 10:3 Comment(0)
A
10

To install use: brew install youtube-dl

To upgrade use: brew upgrade youtube-dl

Aircraftman answered 20/7, 2018 at 8:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.