diff --git a/download.html b/download.html index f7f601842..0d1eeb8bf 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.19 (sig)

+

2014.02.19.1 (sig)

- Windows exe (sig - b0afb117d559d76f651648ae123c158d7be0e6c4c5f4be7efc8707af9a591134)
- Full source + docs + binary tarball (sig - 6606a419545ff2a06b8ed13e24c0b574f1a7bff1df51e290bcaf07ef833aeff7) + Windows exe (sig - cbdd8ea5cacabbaea425222b7284bbe442cf6ab9c78c5ee740aae842e42e431d)
+ Full source + docs + binary tarball (sig - d611da22b8a067cf1ae41066f86dcdaa669ede02c512fa089fb11bf25a56342e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.19/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.19.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.02.19/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.19.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.02.19/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.19.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 8f8f8cb89..1f564c9e0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.19 \ No newline at end of file +2014.02.19.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8f385df2d..b1c739969 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-19T01:23:00.305229Z + 2014-02-19T01:31:57.139340Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3395,4 +3395,19 @@ 2014-02-19T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.19.1 + New version 2014.02.19.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.02.19.1/ +
+
+ + The youtube-dl maintainers + + 2014-02-19T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 22a7d5a54..5d7e00748 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.19", - "signature": "7aa6c28bb599ee9c373b31c7d8a520a5ab0431c11a9afcb2dc1deaa5115e67121476c234ab6320ad3436954577dbcd3f1cff7fc372a06b518d6dd3e3740a2281bee5464bd6d30d37db76bf2aa0184b6680d39ecbaeec72d25e48c256f9734a1c065cde634eb0e349e405ac434456c4de3a446d5959fc9b88cdf2ce536eeac6d9", + "latest": "2014.02.19.1", + "signature": "90dde2d2be44da48228d4bac20ef330c93ba9c18321b66ef157fdf9f2f590a0c47425640f9095f4ca5d0d50743dad8cb1d829a9f80127d7e6a71dfc7de098b5adbfc7ce0998a9e4543f650afc550bf6c1b3b198beeb4ccfbb4cb262848bcead43233a4410e076e833e2e8796587a16e9ad251efff79d54cef988bf0951b58123", "versions": { "2012.02.22": { "bin": [ @@ -3171,6 +3171,20 @@ "https://yt-dl.org/downloads/2014.02.19/youtube-dl-2014.02.19.tar.gz", "6606a419545ff2a06b8ed13e24c0b574f1a7bff1df51e290bcaf07ef833aeff7" ] + }, + "2014.02.19.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl", + "eb694bfb9f41b91b3523a0fc9501452948505039f5df6023d0aadf12a3d0569e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl.exe", + "cbdd8ea5cacabbaea425222b7284bbe442cf6ab9c78c5ee740aae842e42e431d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.19.1/youtube-dl-2014.02.19.1.tar.gz", + "d611da22b8a067cf1ae41066f86dcdaa669ede02c512fa089fb11bf25a56342e" + ] } } } \ No newline at end of file