diff --git a/download.html b/download.html index 96f43d207..dde9b07d0 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.08.28.2 (sig)

+

2014.08.29 (sig)

- Windows exe (sig - 393d4555ca928df2ef435f5d37c6ced90daa28746c13cba722e4e5522f122119)
- Full source + docs + binary tarball (sig - eb3490189a3082ed1f688c1ed78fdb87be0eed751a4d3b08155929dd7b0dadfd) + Windows exe (sig - f1380f290772b9a74ba2601323d71d48f8dd518d61d2ea2dbd1928637eb431c5)
+ Full source + docs + binary tarball (sig - f29ff268a995a78e84803a8a4afa20d6f82ccda672a89f64ad2f23ef703bdc3f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.08.28.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.08.29/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.08.28.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.08.29/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.08.28.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.08.29/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 36b6ff587..b5033076a 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -249,6 +249,7 @@
  • PornHd
  • PornHub
  • Pornotube
  • +
  • PromptFile
  • prosiebensat1: ProSiebenSat.1 Digital
  • Pyvideo
  • radiofrance
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index a53c562f0..02b606a25 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.28.2 \ No newline at end of file +2014.08.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 19c501968..ab35d28cc 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-08-28T18:09:02.781647Z + 2014-08-29T01:10:20.476152Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5540,4 +5540,19 @@ 2014-08-28T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.29 + New version 2014.08.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.08.29/ +
    +
    + + The youtube-dl maintainers + + 2014-08-29T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6311e55ad..832f7d598 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.28.2", - "signature": "25f7f503f1d80ad922833081c7f0492af7b3fbc2b6d4de14403e3ebdbfdeb94369ad8b80702b8de9c75a5ab3c2370302aa518bb903f800d2dbcb17a44efa6723621e978e0e651236156f43993a61a46bdb05f903d4646bd42175acd1741c9b2dd3570a52c21892c6a3b2997ec2dec0e37f84e7eb98dcbb91fdb1bec6fddf4186", + "latest": "2014.08.29", + "signature": "9355e73b4ccc161086752d36f9f7168be5e0184644b30fc452944dfb441db36dfe3c18678b8530570cd6ccb904fedd9ba26a2fb5ebafd568e4eae412310ebe9959c3eefc9a5d465a6606e8369022a6d68ca89c62299ad5e8e731d783406ffada1eb4e219b6eca902f456d5eefe45d682e8d140f7707baaef77cda41c76b4795a", "versions": { "2012.02.22": { "bin": [ @@ -5173,6 +5173,20 @@ "https://yt-dl.org/downloads/2014.08.28.2/youtube-dl-2014.08.28.2.tar.gz", "eb3490189a3082ed1f688c1ed78fdb87be0eed751a4d3b08155929dd7b0dadfd" ] + }, + "2014.08.29": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.29/youtube-dl", + "0c11e992cc28d4d78acc40db706995c1e9eab792a04f7471f205f6bd18ec5b9e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.29/youtube-dl.exe", + "f1380f290772b9a74ba2601323d71d48f8dd518d61d2ea2dbd1928637eb431c5" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.29/youtube-dl-2014.08.29.tar.gz", + "f29ff268a995a78e84803a8a4afa20d6f82ccda672a89f64ad2f23ef703bdc3f" + ] } } } \ No newline at end of file