diff --git a/download.html b/download.html index d5ab07d9b..f9c95df16 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.07.23.2 (sig)

+

2014.07.24 (sig)

- Windows exe (sig - 48a51c88325fbc1759f119a4e8960f986b042dafe6028b9cf68b6524ca9c1b21)
- Full source + docs + binary tarball (sig - 2247e3de94ddc0796473569ea3dc79163c77b4c29dfa10c186e343c670bdfb80) + Windows exe (sig - 124a34c061dfe2bd67ea94d5df0d5d6213228706c8281caefeb940ece6b4dd7f)
+ Full source + docs + binary tarball (sig - 017209bc5c4c297bd5bc7ae160a411c128dbb81ad7506bd3e733218e92914e70)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.23.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.24/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.07.23.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.24/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.07.23.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.07.24/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 e478c8001..20ea24247 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -156,6 +156,7 @@
  • KhanAcademy
  • KickStarter
  • kontrtube: KontrTube.ru - Труба зовёт
  • +
  • KrasView: Красвью
  • Ku6
  • la7.tv
  • lifenews: LIFE | NEWS
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9fdf90c51..55256b7fd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.23.2 \ No newline at end of file +2014.07.24 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8ec591b35..b900a7b84 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-07-23T02:29:04.258618Z + 2014-07-24T11:27:47.548075Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5075,4 +5075,19 @@ 2014-07-23T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.24 + New version 2014.07.24 + + +
    + Downloads available at https://yt-dl.org/downloads/2014.07.24/ +
    +
    + + The youtube-dl maintainers + + 2014-07-24T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f871dcea5..29e9227eb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.23.2", - "signature": "0b0262e74ce42de63c514b445e4f349f67057de52de854f67e1b4bede568ef3f70279c73a7982d9258d4a6bcca0425b8516303d6986dc2015639dfe8e7fb3661c261bdf7bf7bfcb1588b4c1c92b39187ff05785c2a6b9bcd7a058005261f110204de632d2e3e02502670fdc294e2afa1d747ee5fd903a638701366c1294d4f18", + "latest": "2014.07.24", + "signature": "7daf112947c36d2f3bbd372207d49a66027d0da3ea14f4c383c4b4bebfb78a6a5d5302bfcd06626cba83b13db0fa0137ff33dd2370bf16d56989272e1d7c6d7a1ac912739139681a9ff9d4f53ace2332d205ba9591ab53dbcd77fa8b1d9793b45b3aa3ca22c91efa10a364166c06441fdaa5bace2e3435edd03dd5d2a89d1eb3", "versions": { "2012.02.22": { "bin": [ @@ -4739,6 +4739,20 @@ "https://yt-dl.org/downloads/2014.07.23.2/youtube-dl-2014.07.23.2.tar.gz", "2247e3de94ddc0796473569ea3dc79163c77b4c29dfa10c186e343c670bdfb80" ] + }, + "2014.07.24": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.24/youtube-dl", + "a73fe57667bf687f5797f684ae27e804ffdfe78a849d42718388bf4da057e73c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.24/youtube-dl.exe", + "124a34c061dfe2bd67ea94d5df0d5d6213228706c8281caefeb940ece6b4dd7f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.24/youtube-dl-2014.07.24.tar.gz", + "017209bc5c4c297bd5bc7ae160a411c128dbb81ad7506bd3e733218e92914e70" + ] } } } \ No newline at end of file