diff --git a/download.html b/download.html index dc5d0d916..4027546b9 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.03.3 (sig)

+

2014.04.04 (sig)

- Windows exe (sig - 1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98)
- Full source + docs + binary tarball (sig - 13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431) + Windows exe (sig - 9d59962c60cc0b71e774560db7310c17775b0952065b3c43568c840b6aab4520)
+ Full source + docs + binary tarball (sig - ad5cc371f259728c27c60a5b4413788296a350af53c77d48df0da0f3d087936c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.03.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.04/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.03.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.04/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.03.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.04.04/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 e48aedfb9..e3cd5cf55 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -157,6 +157,7 @@
  • mixcloud
  • Mofosex
  • mooshare: Mooshare.biz
  • +
  • Motorsport: motorsport.com
  • MPORA
  • MTV
  • mtviggy.com
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ec668f383..890e07e3f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.03.3 \ No newline at end of file +2014.04.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 2b813c733..e579539dc 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-03T16:25:02.742360Z + 2014-04-04T00:10:33.202421Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4235,4 +4235,19 @@ 2014-04-03T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04 + New version 2014.04.04 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.04/ +
    +
    + + The youtube-dl maintainers + + 2014-04-04T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 80d3ad70f..59f75ca37 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.03.3", - "signature": "1e99a12ab766027e13fe77176c4c60f1c1712ccfbac343ef2e79bd780393724ca0bf926a4935baa9d3f2ffe5ec67c938769bc8d17c0fc0c12926f0e37f523fd1b9f59d69c2b26293e6a502ecbdf5b5447bd81ab00ff2137f40920cbaab15294c791b545366d2a28e18a266a521ddceee70202cab0ea67cbb386f9ddc861ea53a", + "latest": "2014.04.04", + "signature": "83881fad4617a064b2f2c855fbe54c17e7a59139fb9a49a4b592a37441c5e745df8281bbd4d6f5b04502203ba1e2e2cff3ffa7ac5f3ec83cef49a10b1fa4584fe39a8b69cfadcb6b120b0f5fb6a1e56d1d2ac9edc771868679f6146b415db028839b8b379a7a7a3286504d235cb72265a1f62f2e4a9e516b5ff7dfc34a95d2dc", "versions": { "2012.02.22": { "bin": [ @@ -3955,6 +3955,20 @@ "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz", "13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431" ] + }, + "2014.04.04": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04/youtube-dl", + "5fa486655579ce41e2bd6504e0271d5c6de806ea07fa722a37ad0e4c224d9dca" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04/youtube-dl.exe", + "9d59962c60cc0b71e774560db7310c17775b0952065b3c43568c840b6aab4520" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04/youtube-dl-2014.04.04.tar.gz", + "ad5cc371f259728c27c60a5b4413788296a350af53c77d48df0da0f3d087936c" + ] } } } \ No newline at end of file