diff --git a/download.html b/download.html index 428acb603..3bb619845 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.06.16 (sig)

+

2014.06.19 (sig)

- Windows exe (sig - 93f173384741f72a45be6e5189ddb8f51baaa60e5c9068de43f1de154b6f3138)
- Full source + docs + binary tarball (sig - cf019fd4b43b067bd48b6c3c66307c009ebb0c8e01848ee878c6006120760720) + Windows exe (sig - 0b005a310368791d2fab456012c29f41b3af511ff5a2debddabd5db85c81e49d)
+ Full source + docs + binary tarball (sig - 877f5a1652693e80d905831bbc10055bd101d6620176b6cb08dd983e465eba94)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.06.16/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.06.19/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.06.16/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.06.19/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.06.16/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.06.19/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 579e9dc3d..c45a9b550 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -118,6 +118,7 @@
  • Gametrailers
  • GDCVault
  • generic: Generic downloader that works on some sites
  • +
  • GorillaVid
  • Hark
  • Helsinki: helsinki.fi
  • HentaiStigma
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 273f4e735..b2fbc96da 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.06.16 \ No newline at end of file +2014.06.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7d1495e05..1f39ba30b 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-06-16T10:55:12.629796Z + 2014-06-19T17:18:04.893541Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4805,4 +4805,19 @@ 2014-06-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.19 + New version 2014.06.19 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.06.19/ +
    +
    + + The youtube-dl maintainers + + 2014-06-19T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 35c7eda62..e72810f6f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.06.16", - "signature": "230875b379ccf17bdc1f782dee852f99e8bda835c66eab525521786dbbb36fedaaec28f5b09b6a75e98c6928852f74549f3d78b81f18d967f43ca3b1b904de4756e96aca6023fbee7a7731620b22fd4e53b36d1bffce2ff10e1af855ccb79e75bba73ddbdde4db560e16285f85a7a41e90c23b7991d56e39819dbf4359ba4cd8", + "latest": "2014.06.19", + "signature": "413c94bbc61cc2dca78b3b893fe3f9bc54e84d1fe7e586c5bd4da3f31311caa78cdca2ed999699ac3d41a2503080a4a0e6113f68c5956dec5b938782382d7760c26ebd45cc0026fce2fbf165a9f640d9c66f29d094f047bc3bcfed10515689968901e2afde927614c815d13cee7ede8ad16855010fd3fdb0b6955f732ec7644c", "versions": { "2012.02.22": { "bin": [ @@ -4487,6 +4487,20 @@ "https://yt-dl.org/downloads/2014.06.16/youtube-dl-2014.06.16.tar.gz", "cf019fd4b43b067bd48b6c3c66307c009ebb0c8e01848ee878c6006120760720" ] + }, + "2014.06.19": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.19/youtube-dl", + "fbf53c69ac5a73946b709bbcfeaff85ab0aba8d2d80ef5857ee69062ff0fa2cc" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.19/youtube-dl.exe", + "0b005a310368791d2fab456012c29f41b3af511ff5a2debddabd5db85c81e49d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.19/youtube-dl-2014.06.19.tar.gz", + "877f5a1652693e80d905831bbc10055bd101d6620176b6cb08dd983e465eba94" + ] } } } \ No newline at end of file