diff --git a/about.html b/about.html index 117b14a96..e969b0826 100644 --- a/about.html +++ b/about.html @@ -2,49 +2,6 @@ -About youtube-dl - + - - - - - -
youtube-dlAbout the program
- -

What is it?

- -

youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. The project is currently being developed at GitHub.

- -

Authors

- -

Core team:

- - - -

Core team (inactive):

- - - -

Many other people contributing patches, code, ideas and kind messages. Too many to be listed here. You know who you are. Thank you very much.

- -
- -Creative Commons License
-Copyright © 2006-2011 Ricardo Garcia Gonzalez
-Copyright © 2011-2019 youtube-dl developers -
- diff --git a/documentation.html b/documentation.html index 0eb9d8023..d07d09af3 100644 --- a/documentation.html +++ b/documentation.html @@ -2,6 +2,6 @@ - + - \ No newline at end of file + diff --git a/donations.html b/donations.html index 49d0b2970..66915252f 100644 --- a/donations.html +++ b/donations.html @@ -2,42 +2,6 @@ -youtube-dl: Donations - + - - - - - -
youtube-dlDonations
- -

You can donate via Bitcoin at 17EEDY6MuqLQ3jrTeyYaaUXbc6dFaZEYw7 .

- -

You can donate via PayPal here:

- -
- - - -
- -

We also appreciate wire transfers to our hosting provider:

- - - - - - - -
account holderJonas Pasche
account number200003978 (IBAN: DE35550501200200003978)
bankSparkasse Mainz
(German) bank code55050120 (BIC: MALADE51MNZ)
Note (important!)Uberspace ytdl
- -
- -Creative Commons License
-Copyright © 2006-2011 Ricardo Garcia Gonzalez
-Copyright © 2011-2019 youtube-dl developers -
- diff --git a/download.html b/download.html index 6b2d2e763..4f0758f61 100644 --- a/download.html +++ b/download.html @@ -2,76 +2,6 @@ -youtube-dl: Download Page - + - - - - - -
youtube-dlDownload Page
- -

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work except for Windows exe.

- -

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

- -

2019.03.09 (sig)

- -

SHA256: 2ced5ab54ffe28586121e57af7cb2e3b38ef596d9932479407040ed43a7f9f7c

- -

- Windows exe (sig - SHA256 f6e4884e5cebf0cb90b7e45075ead3faf6b22a3c14b292ab5b9c5acf2d5c18be)
- Full source + docs + binary tarball (sig - SHA256 0ebedd327392ef42c18cadfec50c450c0320c7abdc3cd04d162b8cfc6bae86bc) -

- -

To install it right away for all UNIX users (Linux, OS X, 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
-

- -

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
-

- -

You can also use pip: -sudo pip install --upgrade youtube_dl -

-

-This command will update youtube-dl if you have already installed it. -See the pypi page for more information. -

- -

You can use Homebrew if you have it: -brew install youtube-dl -

- -

To check the signature, type: -sudo wget https://yt-dl.org/downloads/latest/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
-

- -

The following GPG keys will be used to sign the binaries and the git tags:

- - -

Older releases are also signed with one of: - -