diff --git a/download.html b/download.html index c6ef691f9..fa16f3de7 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.01.30 (sig)

+

2014.01.30.1 (sig)

- Windows exe (sig - ce0284c55f51e8f7d639ef10c1044148572fac898e0a359ba300186597196f2a)
- Full source + docs + binary tarball (sig - 269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95) + Windows exe (sig - a686283ba992666bd208749a5c84e6cb86d12b5edd9c7504b8c69a6452a347fb)
+ Full source + docs + binary tarball (sig - dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.30/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.30.1/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.01.30/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.30.1/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.01.30/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.01.30.1/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 bf4686bdf..8572565ad 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.30 \ No newline at end of file +2014.01.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9cad432d..092f9f19c 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-01-30T05:02:44.294340Z + 2014-01-30T05:57:07.846933Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3125,4 +3125,19 @@ 2014-01-30T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.30.1 + New version 2014.01.30.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.30.1/ +
+
+ + The youtube-dl maintainers + + 2014-01-30T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 38a612f91..7da4ae0b9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.30", - "signature": "416b8769b228f39929c849b57dbb5ec20563433cc86e3d6a2a21671677d99e85d7b47d71b15f4824eb57dd56cd06eeeaaf98f07b34690febcc4cdeb21608ad3d1006c286ef3514d75fa1aa15b256d550da5f2e33568036bd342cd7df252abd1deff566bf355b47ff8651bada5f3e632c31a35344bb742a0b18703298789c575e", + "latest": "2014.01.30.1", + "signature": "4428a95e6cf472f564bb8741d46838a458c8cedc98e1dc8af3a3960d4f1c64b5bdcce8ec878a925b28ef43e331ba3968ed861755ce90ca2fce579d540fe118780b207465becc2fcaff5c2f3953e2eab35db7cbd52b0c6473b224b199b394142d0b2097280545f42acf3280411eedf79b133c06193ff6d9b578b4dfa995932665", "versions": { "2012.02.22": { "bin": [ @@ -2919,6 +2919,20 @@ "https://yt-dl.org/downloads/2014.01.30/youtube-dl-2014.01.30.tar.gz", "269a948773fdf8c7588ab56c0fc5a315648281bb08729d2c726bd51cffed1c95" ] + }, + "2014.01.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl", + "22a30b4ea77d34046bfab3b9ea302c23a6f638b3d8efd8cbe96007dd2994846f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl.exe", + "a686283ba992666bd208749a5c84e6cb86d12b5edd9c7504b8c69a6452a347fb" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.30.1/youtube-dl-2014.01.30.1.tar.gz", + "dbd0772932588403d6a9721b76f42f26df8025fa109b9f3955bb41ec49f45bf2" + ] } } } \ No newline at end of file