diff --git a/download.html b/download.html index be4166d53..41196d24c 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.08.1 (sig)

+

2014.02.08.2 (sig)

- Windows exe (sig - aad4c80f020de1f0a057b724941219dab1fac99b22ff8d7003c094f666dc7693)
- Full source + docs + binary tarball (sig - 45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b) + Windows exe (sig - cf7f6fece051d4e5f9f9dc484388cadb0062264f85540bc8299f42facbe8df35)
+ Full source + docs + binary tarball (sig - 068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.08.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.08.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/2014.02.08.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.08.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/2014.02.08.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/2014.02.08.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/supportedsites.html b/supportedsites.html index 518412dec..4fa07521a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -113,6 +113,7 @@
  • IPrima
  • ivi: ivi.ru
  • ivi:compilation: ivi.ru compilations
  • +
  • JadoreCettePub
  • JeuxVideo
  • jpopsuki.tv
  • Jukebox
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1ca9b3ac8..53ee9a73a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.08.1 \ No newline at end of file +2014.02.08.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 125998f76..43a952471 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-08T18:42:34.620344Z + 2014-02-08T19:41:52.605855Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3320,4 +3320,19 @@ 2014-02-08T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08.2 + New version 2014.02.08.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.02.08.2/ +
    +
    + + The youtube-dl maintainers + + 2014-02-08T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5f4b2a8fd..17925e046 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.08.1", - "signature": "4dbc11a675dea29d436205d3b198150e3fda2501e9d88c5aac591128fb2910d02933b025b68252ee1ba1682953256540d0960db2c04b812359a44c3d67ee6d11391683d8baa796e7f9b3c3c2038cf24be609e17169ac68f1ce01cd3f18880a50781025eeb92c09a0e2997b9eeacf255137e269713d20f649def7fa52041d0488", + "latest": "2014.02.08.2", + "signature": "99353db3fb58875fae7874917ddda753dc0bb35e3a6ed8d39614196401178b8ba11cac3e468657ee8d5372477a6750c8b45ae822c0ebb9033799de23132a8d6b96deb5836483acd4f50c9e4e1f10c99afef4b82a357fb69adc3396e2c7a4971482297bab39ddc8c6a00e1d7bd1ed60f336f938c7dd074e8662904ec21cebe65a", "versions": { "2012.02.22": { "bin": [ @@ -3101,6 +3101,20 @@ "https://yt-dl.org/downloads/2014.02.08.1/youtube-dl-2014.02.08.1.tar.gz", "45346b1c1a900031705a5a11e723267eb7989e12e06338fb1b5ff84c6a939c7b" ] + }, + "2014.02.08.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl", + "a9984d7283772ee176502cae0d54bc734fef531e02431c39a6fd578980e5088c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl.exe", + "cf7f6fece051d4e5f9f9dc484388cadb0062264f85540bc8299f42facbe8df35" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.08.2/youtube-dl-2014.02.08.2.tar.gz", + "068e598f32b817d9218bc6998a13112eb9d068942b82f8cda442458e398f4780" + ] } } } \ No newline at end of file