diff --git a/download.html b/download.html index 59cd4a3aa..71106ebfe 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.11.22.1 (sig)

+

2013.11.22.2 (sig)

- Windows exe (sig - 8973598b2f2568c42620924a8e41db76e4d3c395e33f001b07045abfdba40ae4)
- Full source + docs + binary tarball (sig - 84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e) + Windows exe (sig - 2e0a9132d11ca844fe7f4ceb2bef1811ad6476ef595ee7316da9b8cd5ca7354a)
+ Full source + docs + binary tarball (sig - cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.22.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.22.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.11.22.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.22.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.11.22.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.11.22.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 919a6f373..067bae326 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.22.1 \ No newline at end of file +2013.11.22.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 83fe54a90..d216cc28a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-22T20:25:48.693595 + 2013-11-22T23:28:09.145106 youtube-dl-2012.02.22 @@ -1969,4 +1969,19 @@ 2013-11-22-1 + + youtube-dl-2013.11.22.2 + New version 2013.11.22.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.11.22.2/ +
+
+ + The youtube-dl maintainers + + 2013-11-22-2 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 516715198..8eeb7a50b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.22.1", - "signature": "8b098e01200acaad5afacebb2970299d40b8f58e69c74c723bae3b909258c69e0f3ea3db30a8b1ee305959b07f0265f9d1c3098da15bab9c92189b44ed69cc722630e14dbb43e54b778eae78e3eb0e4c7c5e888851234d19cae8112ad0a0c89a6ad0047464ae252f9f6e55cbb9b2515b95b1a4912573fe66c16019b3922339a8", + "latest": "2013.11.22.2", + "signature": "03b61ed8279e096466ca4426bee43e8cbf88b0f832281f89c4563da896154e21842f83e695b7a980106488a7de385139f17f0d1c64135df32bfe17045142d2f66007c232183d5617ab70f429975e34c09888a3c60616f9a0dd81b79d3422e6b6ac7fe27ba79489d73457245058b7e4fc088e352845a9b384dcd806627ad75141", "versions": { "2012.02.22": { "bin": [ @@ -1841,6 +1841,20 @@ "https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz", "84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e" ] + }, + "2013.11.22.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl", + "1a3e1770724a2ee1846043d9b706373b28c367f13f83bc4a18bf70391b5ac01b" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl.exe", + "2e0a9132d11ca844fe7f4ceb2bef1811ad6476ef595ee7316da9b8cd5ca7354a" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.22.2/youtube-dl-2013.11.22.2.tar.gz", + "cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e" + ] } } } \ No newline at end of file