diff --git a/download.html b/download.html index 023a5fca2..cd5a5493a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2015.02.24.2 (sig)

+

2015.02.26 (sig)

- Windows exe (sig - 335d9d467d1728c2b1d3f228e3e45cae62b35e5986fb4392366d5f47252000ed)
- Full source + docs + binary tarball (sig - bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0) + Windows exe (sig - 375580a7deeb075ecd3173603dde1972f6dea954e8ae5310679d09d590fbb198)
+ Full source + docs + binary tarball (sig - 3fe41721d2876194d3e8d735eae9c607dc04e2e726993fe1b1ebf8f8baf52aba)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.24.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.26/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /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/2015.02.24.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.26/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.24.2/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2015.02.26/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:

diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 928670746..d8c46a3b6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.24.2 \ No newline at end of file +2015.02.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4dc1752ed..edf83fc84 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-24T16:37:48.483443Z + 2015-02-26T00:45:35.087565Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7925,4 +7925,19 @@ 2015-02-24T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.26 + New version 2015.02.26 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.26/ +
+
+ + The youtube-dl maintainers + + 2015-02-26T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e18f9f77a..65577dff1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.24.2", - "signature": "4e2fd795ab38dc917f8c82a1b684033e8d4ccdf52c5bcbbb0c0e0291225212df4a12eeb047fcc9bf3c1fa541e54ce724840c89e19585c8f3e467fb28d3e7867124cec33b15bd32d1b61c543897136c74921d69208d8ba01ac788db939a709599719e68aa67a4422c7ffec8190f2ec5f33b5eaa8f701fcf735574e72556e6f9cf", + "latest": "2015.02.26", + "signature": "1dbdc5b725394fcd814de9a8d04d0aec3f2d66744cd103ea98f3b3ea2844d88eb1286e797ef1da25a380fc35251e0dec6a0aa416dc60517931384f75575eea9b3ab144196bc3dfe54b4d84820c5f3186f15c7d5151b7fe43a5f102fd7f10b738fb8525ee2d6ff122494b933908a465759bc2befcc06d18dc195fd1dc8af3a092", "versions": { "2012.02.22": { "bin": [ @@ -7399,6 +7399,20 @@ "https://yt-dl.org/downloads/2015.02.24.2/youtube-dl-2015.02.24.2.tar.gz", "bd5eb5f94b9b70ed386e39286652796d0cb27c10359ffa26a28c76f5a076f2e0" ] + }, + "2015.02.26": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.26/youtube-dl", + "65522322b953c1f596b945b9295a2cac1509d167b59e59e03e186b3f19478924" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.26/youtube-dl.exe", + "375580a7deeb075ecd3173603dde1972f6dea954e8ae5310679d09d590fbb198" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.26/youtube-dl-2015.02.26.tar.gz", + "3fe41721d2876194d3e8d735eae9c607dc04e2e726993fe1b1ebf8f8baf52aba" + ] } } } \ No newline at end of file