diff --git a/download.html b/download.html index a7680fba4..b3853f1c0 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2013.12.10 (sig)

+

2013.12.11 (sig)

- Windows exe (sig - babb1d33ad196a37f3d6d74210f59a6b34f6e6f2e04a18377bbc35aedcfe3313)
- Full source + docs + binary tarball (sig - b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce) + Windows exe (sig - 3aa0135b3c37c296914047e17b6f80e0ef32b1f4c8e0726e454bbb204f0cd2d1)
+ Full source + docs + binary tarball (sig - 815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6)

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

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.12.10/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/2013.12.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 9b0f92c52..4ccee3de4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.10 \ No newline at end of file +2013.12.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 330c11976..6a994b129 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-10T11:58:49.347477 + 2013-12-11T08:51:59.306290 youtube-dl-2012.02.22 @@ -2284,4 +2284,19 @@ 2013-12-10 + + youtube-dl-2013.12.11 + New version 2013.12.11 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.11/ +
+
+ + The youtube-dl maintainers + + 2013-12-11 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0c5e8ef60..4cc27591b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.10", - "signature": "666caccb634ab975cc8e58c33039104e96bf175e8b33cf2b49671a637505994e347ef36ee337ca97c9fd398e2504797a466739e27179674fca2a43e4c28788d4e9f75296ae4b652d1f0e17edd8fe41973aae76bda9280b2fec87f81b5b4db41ba22e2fc40781f289c1142efd8fa7046177184cd5da2741da465b1475948bcb98", + "latest": "2013.12.11", + "signature": "0c04b3a4b09046957002988c4693eff2d0d1fc30798bb2b51bdb47a367c5e3f703806937c390d9b0d2b128bb6af78dbff90cb42cc8c561906d971850d9f49d47b85733d87a03ecdc4732ac98dde871cd0c4375e1f37bfd3484f3e0391104dd2abea2351e8c1cd6065bb46cab079a4041fa9ab9043220eebcfce43310bfed430a", "versions": { "2012.02.22": { "bin": [ @@ -2135,6 +2135,20 @@ "https://yt-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz", "b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce" ] + }, + "2013.12.11": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.11/youtube-dl", + "dc45c27022f8eeed6f35d2acd50cc4a5fea2d865ba19b0199074f91a4797bd77" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.11/youtube-dl.exe", + "3aa0135b3c37c296914047e17b6f80e0ef32b1f4c8e0726e454bbb204f0cd2d1" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.11/youtube-dl-2013.12.11.tar.gz", + "815ed3264c17c0c9aa3efd9644215f8a9504623749c25f6bb8ccbbc7f668e8f6" + ] } } } \ No newline at end of file