youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d546d4c8e03b104202d13a4bf7ab326cc8a4e3f9
parent 7fc06b6a15d556aca99fa74b9ce9fec9affc03e2
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Mon,  2 Jan 2017 13:50:26 +0800

Merge pull request #11578 from rpunkfu/patch-2

Update Readme: Set HOME properly in install command
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -29,7 +29,7 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex You can also use pip: - sudo pip install --upgrade youtube-dl + sudo -H pip install --upgrade youtube-dl This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information.