Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update with original repository #3

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c438ea8
[fix] Remove copyright infringing content
5HT2 Oct 24, 2020
3f8bb86
[license] Update license to add conditions for copyright laws
5HT2 Oct 24, 2020
3c45145
[fix] Fix Travis CI badge
5HT2 Oct 24, 2020
22d5d9f
[test] Trigger Travis CI build
5HT2 Oct 24, 2020
b46d3c2
[fix] Typo in LICENSE
5HT2 Oct 24, 2020
24553a9
Fix license problems while still discouraging illegal use
skylarmt Oct 24, 2020
1d7a7ad
[fix] License issues while still discouraging illegal use
5HT2 Oct 24, 2020
bbcb439
Add download mirror links (#3)
skylarmt Oct 24, 2020
259734b
[cleanup] Remove unnecessary mirrors, yt-dl's website is updated
5HT2 Oct 25, 2020
4fcd20a
[feature] Add changes to README
5HT2 Oct 25, 2020
6787397
[ci] Switch from travis-ci.org to travis-ci.com
5HT2 Oct 27, 2020
8462b94
[docs] Added links to archive and tags
5HT2 Oct 27, 2020
6a82b63
[fix] Unable to extract JS player URL
5HT2 Oct 29, 2020
c61a208
[fix] Build fail.
5HT2 Oct 29, 2020
161722e
[bump] 2020.10.30
5HT2 Oct 31, 2020
2f2d502
[youtube] Re-add age protection test (#14)
ZenulAbidin Oct 31, 2020
181dd91
[release] 2020.10.30
5HT2 Oct 31, 2020
6144214
[fix] Download link for Unix users (#21)
FastedCoyote Oct 31, 2020
e87ce51
[fix] The Makefile does not properly generate a release tarball (#18)
solbu Oct 31, 2020
5167567
[release] 2020.10.31
5HT2 Oct 31, 2020
ae4bbff
[fix] JS player extraction again
5HT2 Nov 1, 2020
8106dc7
[release] 2020.11.01
5HT2 Nov 1, 2020
1b39e94
[xiami] raise expressive error thrown by vendor (#24)
aicest Nov 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[cleanup] Remove unnecessary mirrors, yt-dl's website is updated
  • Loading branch information
5HT2 committed Oct 25, 2020
commit 259734bfe84e42be975bccae27f477c9f90303f2
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down