diff --git a/download.html b/download.html index 21d08c6fd..dd1b3fe09 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.03.24.2 (sig)

+

2014.03.24.3 (sig)

- Windows exe (sig - f252bbcc4b2952e80e53b36c8e3fba4264fe52f66dcd23d54255391f965550c2)
- Full source + docs + binary tarball (sig - 611948d7087089fe12acddafb844e402449b0d50c8436e43f37de6559807638d) + Windows exe (sig - 0bc70e7ef4219b8cd47022c05bc6b35de1aaf3b1e00f083f2fae88e3bbbc1429)
+ Full source + docs + binary tarball (sig - e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.24.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.24.3/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.03.24.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.24.3/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.03.24.2/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.03.24.3/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 25892dff6..dbec4e7c3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -49,6 +49,7 @@
  • BR: Bayerischer Rundfunk Mediathek
  • Break
  • Brightcove
  • +
  • BYUtv
  • Canal13cl
  • canalc2.tv
  • canalplus.fr
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5c89c94ad..c1f322c55 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.24.2 \ No newline at end of file +2014.03.24.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b38c4c911..511637bb0 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-03-24T15:03:46.547803Z + 2014-03-24T17:15:09.792710Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3935,4 +3935,19 @@ 2014-03-24T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.3 + New version 2014.03.24.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.24.3/ +
    +
    + + The youtube-dl maintainers + + 2014-03-24T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 24a5a8245..7fb8e17b1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.24.2", - "signature": "6b7deaa6019c74fe8c75705618737f1354bd1f5c036caa0027659a17536891d079c51ede43c3abfb4522ee5ce90a79af460274327a5fcdef528a5c29adf8a798d29eed3091680b90e89b27ab17eeee84f09e56fd53e7ecca2c7fdf4af24e8bf13ae6714134d39c9b2ff146d50b95e1b45a6bee455ee5cf851fa0d099d61aca68", + "latest": "2014.03.24.3", + "signature": "641cf19b2026da8b0cfe027892523dbd2625b88008d39aacd7368fdd11fbda9ab2cfa297969781761e30b2612cc168ece1c7db7b783bb29b68474082e1270d6fad97dd760c8fdc5ba853920c137f94be5924c5b161db7a50fdaf237294b20606f7ae5046d86b9be8d44d75d3ddeed09b11b752afd1e803e69eecbfb04d6bfb98", "versions": { "2012.02.22": { "bin": [ @@ -3675,6 +3675,20 @@ "https://yt-dl.org/downloads/2014.03.24.2/youtube-dl-2014.03.24.2.tar.gz", "611948d7087089fe12acddafb844e402449b0d50c8436e43f37de6559807638d" ] + }, + "2014.03.24.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl", + "76cdf6b05b8bddfe2c6587c056c0f2853b62cb11259041bd66303c6fdd07ad7c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl.exe", + "0bc70e7ef4219b8cd47022c05bc6b35de1aaf3b1e00f083f2fae88e3bbbc1429" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl-2014.03.24.3.tar.gz", + "e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969" + ] } } } \ No newline at end of file