diff --git a/download.html b/download.html index d72f28493..146e15d8a 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.09.10.1 (sig)

+

2014.09.12 (sig)

- Windows exe (sig - 385b0f3637c31990f5824aa9abc9f3db1174e443cb2046275f822c353c1ece21)
- Full source + docs + binary tarball (sig - 90749b00da47711351901ae2775ed130b6e22d6b90f0c516723248f253cf5ee6) + Windows exe (sig - 33ba43502b3bff892f13ed6e41db60c350c27320f59b82c92e6b7a45728f7220)
+ Full source + docs + binary tarball (sig - 1bf98d40898ce8350583f1e9c907792aea2cfdbc7820593090ebebeddc15e514)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.10.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.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.09.10.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.12/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.09.10.1/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.09.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 06ab0a812..9e5df2c67 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -350,7 +350,7 @@
  • tv.dfb.de
  • tvigle: Интернет-телевидение Tvigle.ru
  • tvp.pl
  • -
  • TVPlay
  • +
  • TVPlay: TV3Play and related services
  • Ubu
  • udemy
  • udemy:course
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 2e92c3460..9d5b1f447 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.10.1 \ No newline at end of file +2014.09.12 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0bf8ab817..93410981b 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-09-10T16:43:09.780410Z + 2014-09-12T08:01:26.794530Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5690,4 +5690,19 @@ 2014-09-10T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.12 + New version 2014.09.12 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.09.12/ +
    +
    + + The youtube-dl maintainers + + 2014-09-12T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fc7f6f875..1b77ad649 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.10.1", - "signature": "68731b84aa77fee613e8a47f272484ce185785bdd18e2b373a7b5e2605db12b591e1386089cf808809c69438ab96cc1485c20b0ba39b58b169cd4681d8ccb8e3c7c84cd9b2c2bedce0fb35004c96784a5ab4faf984d745b146bb812f9a005e58e8cb080b42f53d4b68a3583775abc2414a149cff1fb07ddff7c07ad842d8b691", + "latest": "2014.09.12", + "signature": "5ce7f7f0a74c6760dde999a8f1051cafefc57e272bca10ca7684710c8c0c08e17b4f63e886939edd3b6e897a721ba51768c85bacbb94feee81f82e03332dbd23dd0f05d703c16da6fa270152db16a24e033b363b566e4d6e7b935d6a20c82bf455e15b176818d84579eb26ce652a1244606645e84326b8baada2ed3e38afbb34", "versions": { "2012.02.22": { "bin": [ @@ -5313,6 +5313,20 @@ "https://yt-dl.org/downloads/2014.09.10.1/youtube-dl-2014.09.10.1.tar.gz", "90749b00da47711351901ae2775ed130b6e22d6b90f0c516723248f253cf5ee6" ] + }, + "2014.09.12": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.12/youtube-dl", + "e6000c28ce396ca858f996382605b41216c05115a9d6059c7ba2d25069aa2991" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.12/youtube-dl.exe", + "33ba43502b3bff892f13ed6e41db60c350c27320f59b82c92e6b7a45728f7220" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.12/youtube-dl-2014.09.12.tar.gz", + "1bf98d40898ce8350583f1e9c907792aea2cfdbc7820593090ebebeddc15e514" + ] } } } \ No newline at end of file