diff --git a/download.html b/download.html index 85ad3fff5..2069c715b 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.

-

2014.02.20 (sig)

+

2014.02.21 (sig)

- Windows exe (sig - 81c0e1ed3b5bfd092e3dce28f03d8fff339fd3095ad0e2b1847dac2bbd3ed66b)
- Full source + docs + binary tarball (sig - 8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e) + Windows exe (sig - 07d723878d7a8949f74b55f19b7a0b9c487520165a1d008e6a447c2724504b4d)
+ Full source + docs + binary tarball (sig - 4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.20/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.21/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/2014.02.20/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.21/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/2014.02.20/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/2014.02.21/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 12958e516..876d84165 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.20 \ No newline at end of file +2014.02.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a41a644dc..8436b951a 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 - 2014-02-20T13:21:26.677413Z + 2014-02-21T12:25:42.495797Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3425,4 +3425,19 @@ 2014-02-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.21 + New version 2014.02.21 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.02.21/ +
+
+ + The youtube-dl maintainers + + 2014-02-21T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6c0a84459..802a62a80 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.20", - "signature": "9753fd111ca764049152e7c6c913f2d1af1ca8a476adb915cf8953d90fbb38b4e14b9554026ba2baafc23b43ea1c66847f6953ba4c2097058bb526d51cecbd2cf4a8457492e27bec01af812bcfd5deeb49fdb8df00f5e399f5c96856ac60c0480a5e1f2c23c19f75b4975f74d31896fdd54e65a796545bd11f1e9f9be3cddf39", + "latest": "2014.02.21", + "signature": "68fce1467b0ece64e019b6c2549620d08c7eb43cd9c665360cbddf6d4d681afc57c765c4129e8f084108cab6e7ee332ef8d23abfec11d1a34dd252da23cd13981b5eb1bdb11be63bd6ea74a7526244e84364c2579e3e89f1f9308fa0873d5ab838a7a2e113db2253dea51cffbae463926e730078febc87a531b34b3ca8427f4a", "versions": { "2012.02.22": { "bin": [ @@ -3199,6 +3199,20 @@ "https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz", "8c25f305c4a5bb14f7577961852fda2458eacaa5251c22b97de5709068a8387e" ] + }, + "2014.02.21": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.21/youtube-dl", + "ac3730f4a45fdd3bdfaf65aafdb7447793f5f0245aadef0245c83bf9f7898b1f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.21/youtube-dl.exe", + "07d723878d7a8949f74b55f19b7a0b9c487520165a1d008e6a447c2724504b4d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.21/youtube-dl-2014.02.21.tar.gz", + "4840ac9a97d949e097ec2782e7b53111813ae1fe398a646addff48d31473d157" + ] } } } \ No newline at end of file