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."
Asked
Active
Viewed 1.8k times
11

iPC
- 5,916
- 3
- 26
- 38
-
How did you try to update it? – mipadi Apr 18 '16 at 21:06
-
@mipadi I followed youtube-dl documentation – iPC Apr 19 '16 at 06:09
2 Answers
27
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

Bivek
- 1,380
- 10
- 24
10
To install use:
brew install youtube-dl
To upgrade use:
brew upgrade youtube-dl

Rafiek
- 1,434
- 1
- 16
- 24