From 347cfe3a4b2fb5c5ff3d350007eb61a2b8189467 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 10 Sep 2013 11:55:57 +0200 Subject: [PATCH] release 2013.09.10 --- download.html | 16 ++++++++-------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 42 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index b9a7aa56a..5b3f30fff 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2013.09.07 (sig)

+

2013.09.10 (sig)

- Windows exe (sig - 5fe2630cdfedfabf603302ef5a5908b871cba837e6a0fac33cf192f8938d792b)
- Full source + docs + binary tarball (sig - 4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7) + Windows exe (sig - 0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b)
+ Full source + docs + binary tarball (sig - 0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget https://yt-dl.org/downloads/2013.09.07/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.09.10/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.07/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/2013.09.10/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 e05359d9c..183a82368 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -71,6 +71,7 @@
  • Roxwel
  • Sina
  • Slashdot
  • +
  • Slideshare
  • Sohu
  • Spiegel
  • Statigram
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 1cf02d5e8..1cfa78e12 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.07 \ No newline at end of file +2013.09.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ebfdbddff..cc3d63b28 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-08T00:29:35.779928 + 2013-09-10T11:55:56.120924 youtube-dl-2012.02.22 @@ -1294,4 +1294,19 @@ 2013-09-07 + + youtube-dl-2013.09.10 + New version 2013.09.10 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.09.10/ +
    +
    + + The youtube-dl maintainers + + 2013-09-10 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 54a39998f..b82e44e30 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.07", - "signature": "4303a56afb4d0f2009468b3a2b7178e36b5a6cb7c6f47c643d9cbdc077b802118641ec96d4bbe6bb10f3311b510fa8f04443aedd453d9e829d183e5c818c709ed92fafb2592392aba9cf8e3ad8564a057f3b1e8d8deb1f6264497ad686a0ff30e585435e392b51306ccba0fb1fb255adee72fe216bb43c9e46c396a8d7ea0729", + "latest": "2013.09.10", + "signature": "2a17ee1dd46d5e8b085361cbe7219b9935eba924082eac4e77277532045ba8e3731c2103e7a41dcd7ce711b2c1e49b47a4942556c628a9c04bd5ec491f0dc35d1d838d6a628d77de996263670bad1f5c0d01268d8aa6d5c16aa620103126c41cefc48448886a4d2b2a3e67fe68947304f967eebdaaa4b1e266923986bc36c30d", "versions": { "2012.02.22": { "bin": [ @@ -1211,6 +1211,20 @@ "https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz", "4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7" ] + }, + "2013.09.10": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.10/youtube-dl", + "bfa428e9a3f2b16f3f19ef7e3c6cbc48749bf4c7a4384bf9a40acd84542300f4" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.10/youtube-dl.exe", + "0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz", + "0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef" + ] } } } \ No newline at end of file