diff --git a/download.html b/download.html index 3b441b10d..d06d9a91d 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.10.5 (sig)

+

2015.02.11 (sig)

- Windows exe (sig - 227b1133f52dcfb07451f3dcadf3c408eb4a76fe40fd4c41060ab30fb83fb623)
- Full source + docs + binary tarball (sig - cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38) + Windows exe (sig - 534fcac8b40fd45d43a8cfbd419dcfe5c8186c128e93caecb1b6b3502270ca7b)
+ Full source + docs + binary tarball (sig - 1ad5e8ec6b59dbcb9fafcf312b8e3f2a985a3f8ef7109172caaf287118bb3c59)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.5/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.11/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.10.5/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.11/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.10.5/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.11/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 5a3783916..b34486a0f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.5 \ No newline at end of file +2015.02.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f2ef47656..a10314821 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-10T16:03:49.001158Z + 2015-02-11T19:07:07.223409Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7655,4 +7655,19 @@ 2015-02-10T00:00:05Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.11 + New version 2015.02.11 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.11/ +
+
+ + The youtube-dl maintainers + + 2015-02-11T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 565d8b2ce..96431af66 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.5", - "signature": "914d25bdfb53ba5a28691b578857265b59c1b83e0da73d184fe91091cdb4d58a1f9c29c3a0265a025ced41b5882145bf4a2712212f889125551762757f27119a910050ceb857c3ff29e6ce2558b3e47295e74a30490f2d4fdabba1a1c789703c8b4b8b2b052e3425f76a47c756aec9d6e79ffee269c420d8fb83787b9167c87c", + "latest": "2015.02.11", + "signature": "007e1807a83b65fa290a55a4cdafd404f41f0739598f140b9b9b3f963e6ec93d05aca607e808638f9df9bfe3cc935d5478fe11a63f6e8143adcbf778736632dc0d38bfb6c91515cb00c797f7a1338580ad34d2d2a64c3b15a58e03d7f3195baabd9038d2619af9dfdc47c2eff8d1ac6350546461a8e74c46ff76a27061f83e79", "versions": { "2012.02.22": { "bin": [ @@ -7147,6 +7147,20 @@ "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl-2015.02.10.5.tar.gz", "cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38" ] + }, + "2015.02.11": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.11/youtube-dl", + "68cead3f561c9ba657653962a1fd8f52f8f34b16224fdb139be3694cef34e8fb" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.11/youtube-dl.exe", + "534fcac8b40fd45d43a8cfbd419dcfe5c8186c128e93caecb1b6b3502270ca7b" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.11/youtube-dl-2015.02.11.tar.gz", + "1ad5e8ec6b59dbcb9fafcf312b8e3f2a985a3f8ef7109172caaf287118bb3c59" + ] } } } \ No newline at end of file