1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 18:57:20 +08:00

Added Windows Alternative Installation Method

This commit is contained in:
cheezeburger 2018-07-31 00:51:38 +08:00 committed by GitHub
parent 19b9de13c4
commit 7be9de9ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,12 @@ If you do not have curl, you can alternatively use a recent wget:
Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in any location on their [PATH](https://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`).
Alternatively, if you are on Windows you could clone this repository and install by running the following commands:
$ git clone https://github.com/rg3/youtube-dl.git youtube-dl
$ cd youtube-dl
$ python setup.py
You can also use pip:
sudo -H pip install --upgrade youtube-dl