diff --git a/download.html b/download.html index 28638f741..34d6f3fed 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.05.05 (sig)

+

2014.05.12 (sig)

- Windows exe (sig - df39c410231d200481673b47ca7cf9df9eb0ddf39fa7c32670a1aa5b70268041)
- Full source + docs + binary tarball (sig - 6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f) + Windows exe (sig - 21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b)
+ Full source + docs + binary tarball (sig - 61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.05/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.05.12/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.05.05/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.05.12/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.05.05/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.05.12/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 15ecc0dc8..12b1c42cc 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -294,6 +294,7 @@
  • videofy.me
  • videolectures.net
  • VideoPremium
  • +
  • VideoTt: video.tt - Your True Tube
  • videoweed: VideoWeed
  • viki
  • vimeo
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 553f4c794..9d02edd93 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.05 \ No newline at end of file +2014.05.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ac5680654..6be077c07 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-05-05T03:17:52.467328Z + 2014-05-12T16:42:30.274667Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4640,4 +4640,19 @@ 2014-05-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.12 + New version 2014.05.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.05.12/ +
    +
    + + The youtube-dl maintainers + + 2014-05-12T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index efb8e07ad..70fa6e45e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.05", - "signature": "64a514d76827afec80823488f62c593e32810ddde1b114b1c4bbbd4c4131c94c496ab615e1fdda9db2f27030eb57134eaada8b9876183d854648df9a3692ae8696ee67862637fb005ab3d9c30aa99ba7720f2c8ba2923f1a8be710fc0adb2715d50e95c2f53639469c0cda617ac5471564c08847c12350bb4f3da144ea1600b1", + "latest": "2014.05.12", + "signature": "00024332804506d8defebae78223df4003ecba88afb8bc0f7e0034efc7ed9d1da8452e75fc3e028d737ec90d7fda8c84bc9eae7f467e55a1dea39255e76d7ab61de619b67f73af6ddc79b36ab4de1d5f193f71052deae9f31d039b42740b948dee168e8e53ba6ef5f4be553363b9807bee3d8b131aa35d598c21d9ebc576afad", "versions": { "2012.02.22": { "bin": [ @@ -4333,6 +4333,20 @@ "https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz", "6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f" ] + }, + "2014.05.12": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.12/youtube-dl", + "d89b3d08abb91b1e79000909c101d0decb2390f17aa7f377ee8875d23e737a5b" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.12/youtube-dl.exe", + "21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz", + "61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5" + ] } } } \ No newline at end of file