diff --git a/download.html b/download.html index 1798fff59..e703a9b69 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.10.18.1 (sig)

+

2013.10.18.2 (sig)

- Windows exe (sig - 6d1d0a656f76d5f0ccb3cb537f88e17998f08387d1ddc618a80dc4d5ab12a802)
- Full source + docs + binary tarball (sig - bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960) + Windows exe (sig - 32481126a7227d1e278d1a1c826d833614a2cfbef5b82b07e41351ee0673fc0c)
+ Full source + docs + binary tarball (sig - 3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.18.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.10.18.2/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.10.18.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.10.18.2/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.10.18.1/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.10.18.2/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 c495c83c8..3ad4f19bd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.18.1 \ No newline at end of file +2013.10.18.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6f01ed273..90dd66014 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-18T11:47:31.478995 + 2013-10-18T23:25:04.192373 youtube-dl-2012.02.22 @@ -1579,6 +1579,21 @@ 2013-10-18-1 + + youtube-dl-2013.10.18.2 + New version 2013.10.18.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.10.18.2/ +
+
+ + The youtube-dl maintainers + + 2013-10-18-2 +
+ youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index b993ba55e..ebbc23249 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.18.1", - "signature": "1c4913362602145cafc779b7dce7ed76f2da9be239240447d0381650cec3e3eb7f36773efdcd02c89a719630bc4f04e3f5cb815d754f7eeb3ed4ef28bc2fd367d499674d3976db73f518afbdb91a9535f2a7844623d1b064aaff15099dda92249d6dde1255b156cfc6e32fe04ce16cfd229a9beb20c74061e8437fcf1aaea14c", + "latest": "2013.10.18.2", + "signature": "534a6bfd423ada587228f16364d9fb9d850c140e8bfb3d04e506bd46912f001a3911e0857fca73eecdfb2c3e0f98b6f36e1d79da6fe52d45140b72582cd04e10908ce0d778c685ebcc2a6a9e416ef9227d92921fc0282e62cf10c6b1d7d58e3fd0a9bb7f96a9b987378a3ac715f7aad30c4514ade673bad71aa75055de1ca24b", "versions": { "2012.02.22": { "bin": [ @@ -1478,6 +1478,20 @@ "bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960" ] }, + "2013.10.18.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl", + "5a99b98b90c5fe63fce74c8dbce477a1a810574b8133d333920ecde7549284b7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl.exe", + "32481126a7227d1e278d1a1c826d833614a2cfbef5b82b07e41351ee0673fc0c" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.18.2/youtube-dl-2013.10.18.2.tar.gz", + "3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",