Windows setup via chocolatey repository
This commit is contained in:
parent
0e7f9a9b48
commit
1158f0dc5d
@ -25,7 +25,12 @@ If you do not have curl, you can alternatively use a recent wget:
|
||||
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
|
||||
sudo chmod a+rx /usr/local/bin/youtube-dl
|
||||
|
||||
Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in any location on their [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`).
|
||||
On Windows, you can also install youtube-dl via [Chocolatey](https://chocolatey.org/packages/youtube-dl) repository:
|
||||
|
||||
choco install youtube-dl
|
||||
|
||||
or [download an .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in any location on [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`).
|
||||
|
||||
|
||||
You can also use pip:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user