diff --git a/download.html b/download.html index 39238a3f6..ae0de7972 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.04.07.1 (sig)

+

2014.04.07.2 (sig)

- Windows exe (sig - 52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4)
- Full source + docs + binary tarball (sig - ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c) + Windows exe (sig - a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b)
+ Full source + docs + binary tarball (sig - 4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.07.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.04.07.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.07.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.04.07.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.04.07.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 803c68fb5..ba6120240 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -211,6 +211,7 @@
  • Roxwel
  • RTLnow
  • RTS: RTS.ch
  • +
  • rtve.es:alacarta: RTVE a la carta
  • rutube: Rutube videos
  • rutube:channel: Rutube channels
  • rutube:movie: Rutube movies
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 155ca1a16..f2aa44740 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07.1 \ No newline at end of file +2014.04.07.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1f39dc5fe..cbed834ad 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-04-07T15:46:25.085171Z + 2014-04-07T21:44:19.532509Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4385,4 +4385,19 @@ 2014-04-07T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.2 + New version 2014.04.07.2 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.07.2/ +
    +
    + + The youtube-dl maintainers + + 2014-04-07T00:00:02Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f9b8e2a4a..ff6f75332 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07.1", - "signature": "0a576691458cd7a553713e940e5fa4a18f48c18245d627912529f02531fb4cd89463754667f22d9ada77a256679da92193b76717ebe57e0c922c01294db09ad7a7cc1b5cb9e2af2d5dedcf8942d965174d78032dfbeacadcf17814127cbc61c702653275883e2829ffe59d77bf2d6621bb8e6f6c2e57df0596975316e96cb273", + "latest": "2014.04.07.2", + "signature": "8424250c838f685b63b6703ca9a0375fee6187bc18ec42e2ba289aa37d815aeff5e4701e47edeadc2588896980a2de43c595203f3913dd7d13a42a01585e71781e2159242a7d4793c6d719c340c4e69169fac1cadac0fbf4b02a68ab6d9577c08274b46c3a6465bee63edcea7e36b9ba0942ea5fc2908a2106bf100bac586b5d", "versions": { "2012.02.22": { "bin": [ @@ -4095,6 +4095,20 @@ "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", "ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c" ] + }, + "2014.04.07.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl", + "bf869d48601cdbd7e46937ddc4fd55ce45d4b27b273539ebdb9904d13125ddcb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl.exe", + "a8741351c217791d5fd8f65de1170e001aa92c5fcc7cd8642c367f995b27987b" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07.2/youtube-dl-2014.04.07.2.tar.gz", + "4fd5010575e1b7a183b293d18fb06435afc8219fa06711d89296c12ed9f0a197" + ] } } } \ No newline at end of file