diff --git a/download.html b/download.html index 6d112abc1..2979033a4 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.23 (sig)

+

2014.01.23.1 (sig)

- Windows exe (sig - 686296109fc5f843e6065af5f7612eb00f0cf46520f71c4bb172fa197a8ded5d)
- Full source + docs + binary tarball (sig - 3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9) + Windows exe (sig - 1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187)
+ Full source + docs + binary tarball (sig - d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.23.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.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.23.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.23/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.23.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 d2fa7a735..92fe24da5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23 \ No newline at end of file +2014.01.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a7de6b12d..5896c6835 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-23T00:32:03.449414Z + 2014-01-23T10:41:46.453786Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2975,4 +2975,19 @@ 2014-01-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.1 + New version 2014.01.23.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.23.1/ +
+
+ + The youtube-dl maintainers + + 2014-01-23T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 52a5c868a..51e70fc4e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23", - "signature": "3f134b9430b4915dccd684d3cd96553b287d72bc09816ec1b2ddc625b0c5896ff48569f437baba87f74a6dc203ec72e5e90d1ae29bba530793e64caf21f2b0d23f7951022368d65d77eb296a34ce6c5e640733eb6c41a64bac7a2d1c78168eeea4c0aa4cd68035d15588012a8181798415a6351cc5c587ec776880b6d6b2597c", + "latest": "2014.01.23.1", + "signature": "07e1f43fe9cfc9b063825e6a1b52f4aa90c17cb2dd4235cc2b7bdd462781fe93716f31c0ff4f26cdb95f287ec20098a4cf282a4d63880f49c4febe7f79031734bd87198711160c90215c48b805a172320e9b745cfd5df67ed6fe1e6218a075aa5f260066a89eef7973c9714ef1289834d3980ef5a7acb6f67d71786a40ff1c9c", "versions": { "2012.02.22": { "bin": [ @@ -2779,6 +2779,20 @@ "https://yt-dl.org/downloads/2014.01.23/youtube-dl-2014.01.23.tar.gz", "3d24716128fe418ae6e8b09733388207e07c213b598f08a7ce5c9b35ef764cb9" ] + }, + "2014.01.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl", + "a5b68792b1a9cbe6a57791c4bf068f214191196a7d10cf15803a2929403f147e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl.exe", + "1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz", + "d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e" + ] } } } \ No newline at end of file