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

+

2014.04.03.3 (sig)

- Windows exe (sig - 9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706)
- Full source + docs + binary tarball (sig - 17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba) + Windows exe (sig - 1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98)
+ Full source + docs + binary tarball (sig - 13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.03.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.03.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.04.03.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.03.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.04.03.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.04.03.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 b1a37b97f..e48aedfb9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -63,6 +63,7 @@
  • cliphunter
  • Clipsyndicate
  • cmt.com
  • +
  • CNET
  • CNN
  • CNNBlogs
  • CollegeHumor
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 929919ca2..ec668f383 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.03.2 \ No newline at end of file +2014.04.03.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fda01460a..2b813c733 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-03T15:31:13.472066Z + 2014-04-03T16:25:02.742360Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4220,4 +4220,19 @@ 2014-04-03T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.3 + New version 2014.04.03.3 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.04.03.3/ +
    +
    + + The youtube-dl maintainers + + 2014-04-03T00:00:03Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 55a719f4a..80d3ad70f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.03.2", - "signature": "1646a33fb0cbef6a145e779469004ad57872e3b0b7cd83c9ebbea6996551890c956dfc786a32f4509df73fbbaf4b081cc5f4b6e9dff55744743b1ba42ff8a53cce14b3ff0e397e3b4cd9d1a5fc8f8b2b6cf18df06d57e74220511d037a648b53d6918c7893e17b17f5c57098d711452414981bd3797944b2f1817d3511f73fd1", + "latest": "2014.04.03.3", + "signature": "1e99a12ab766027e13fe77176c4c60f1c1712ccfbac343ef2e79bd780393724ca0bf926a4935baa9d3f2ffe5ec67c938769bc8d17c0fc0c12926f0e37f523fd1b9f59d69c2b26293e6a502ecbdf5b5447bd81ab00ff2137f40920cbaab15294c791b545366d2a28e18a266a521ddceee70202cab0ea67cbb386f9ddc861ea53a", "versions": { "2012.02.22": { "bin": [ @@ -3941,6 +3941,20 @@ "https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz", "17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba" ] + }, + "2014.04.03.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl", + "421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe", + "1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz", + "13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431" + ] } } } \ No newline at end of file