summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominika <sokolov.dominika@gmail.com>2020-10-24 22:23:19 -0400
committerDominika <sokolov.dominika@gmail.com>2020-10-24 22:23:19 -0400
commit259734bfe84e42be975bccae27f477c9f90303f2 (patch)
tree3008aea6b237c83c6f6a0722018a55c4809a8316
parentbbcb43946d4c49f43a57611929dca75be847d333 (diff)
[cleanup] Remove unnecessary mirrors, yt-dl's website is updated
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 27301e39c..da0f7b727 100644
--- a/README.md
+++ b/README.md
@@ -21,18 +21,13 @@ To install it right away for all UNIX users (Linux, macOS, etc.), type:
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
-
-Mirror:
-
- sudo curl -L https://dl.netsyms.net/programs/youtube-dl/latest/youtube-dl -o /usr/local/bin/youtube-dl
- sudo chmod a+rx /usr/local/bin/youtube-dl
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) ([mirror](https://dl.netsyms.net/programs/youtube-dl/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`).
+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`).
You can also use pip: