diff --git a/download.html b/download.html index dd1b3fe09..5aebd3941 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.3 (sig)

+

2014.03.24.4 (sig)

- Windows exe (sig - 0bc70e7ef4219b8cd47022c05bc6b35de1aaf3b1e00f083f2fae88e3bbbc1429)
- Full source + docs + binary tarball (sig - e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969) + Windows exe (sig - c98ef4431e8cb2bef9db004498fbe1dcac8cf726b09db7a970374d6e45ecc8d0)
+ Full source + docs + binary tarball (sig - 097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.24.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.24.4/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.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.24.4/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.3/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.4/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 dbec4e7c3..5e4a0f3b4 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -35,6 +35,7 @@
  • arte.tv:concert
  • arte.tv:creative
  • arte.tv:ddc
  • +
  • arte.tv:embed
  • arte.tv:future
  • AUEngine
  • bambuser
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c1f322c55..d49e54af9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.24.3 \ No newline at end of file +2014.03.24.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 511637bb0..e4b270d50 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-24T17:15:09.792710Z + 2014-03-24T22:14:36.196836Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3950,4 +3950,19 @@ 2014-03-24T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.24.4 + New version 2014.03.24.4 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.03.24.4/ +
    +
    + + The youtube-dl maintainers + + 2014-03-24T00:00:04Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7fb8e17b1..8582668c0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.24.3", - "signature": "641cf19b2026da8b0cfe027892523dbd2625b88008d39aacd7368fdd11fbda9ab2cfa297969781761e30b2612cc168ece1c7db7b783bb29b68474082e1270d6fad97dd760c8fdc5ba853920c137f94be5924c5b161db7a50fdaf237294b20606f7ae5046d86b9be8d44d75d3ddeed09b11b752afd1e803e69eecbfb04d6bfb98", + "latest": "2014.03.24.4", + "signature": "0cac61d6d891f323a9975fea10a82162ae2547dcdd02e83e475f619c774705d60467aada8ab566156b23820fae50e973ab3191d5a888e927de57a0a23a997e07ca1ea592af1783c77e9d0d367e091c647054aac29cacbf035491631d1ec67edad561cf82a3e9290f877639f4c0f6ac01d988065f6e9fc0b6be6bcfcd0c1c8f78", "versions": { "2012.02.22": { "bin": [ @@ -3689,6 +3689,20 @@ "https://yt-dl.org/downloads/2014.03.24.3/youtube-dl-2014.03.24.3.tar.gz", "e16d42caaa66db16eee1837d74d39320ad769057ccf1ba75e7e8e202c2775969" ] + }, + "2014.03.24.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl", + "1b97e73f77231d2a6ca356adc2b587566fe5a7a2f1d90976e73445a0c17928e8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl.exe", + "c98ef4431e8cb2bef9db004498fbe1dcac8cf726b09db7a970374d6e45ecc8d0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.24.4/youtube-dl-2014.03.24.4.tar.gz", + "097a39cdc29a05edb5e3956f421e172697ab7a6cf9295e818c512c9616efe66d" + ] } } } \ No newline at end of file