Compare commits

...

2 Commits

Author SHA1 Message Date
Ritesh Mahale
00fb24e0d3
Merge efcf027208de331ee8af58c57db7b3918f7f2e65 into da7223d4aa42ff9fc680b0951d043dd03cec2d30 2025-03-21 20:37:20 +01:00
Ritesh Mahale
efcf027208
fix: updated readme for linux installation
# Changes in PR
- In installation for linux outdated link of package was given, so updated with new link
2025-03-02 01:03:02 +05:30

View File

@ -20,12 +20,12 @@ youtube-dl - download videos from youtube.com or other video platforms
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 curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -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 wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -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](https://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`).