diff --git a/download.html b/download.html index 7f357614d..02fb153f7 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.05 (sig)

+

2013.09.06 (sig)

- Windows exe (sig - e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855)
- Full source + docs + binary tarball (sig - 46a93d8a9f982c9df91c7f04e00487bbb021e3eccb7697b2ffa353608d6cd591) + Windows exe (sig - 67f238375ca70839f3bc78075dc2f5f108a6a3cb2673b1871c63462a18309dc4)
+ Full source + docs + binary tarball (sig - 9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget https://yt-dl.org/downloads/2013.09.05/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.06/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.05/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.06/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/update/LATEST_VERSION b/update/LATEST_VERSION index 6be0a59db..9da6d6cc7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.05 \ No newline at end of file +2013.09.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 59ad3d669..6e1ff759b 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-05T22:54:25.735419 + 2013-09-06T10:17:42.333803 youtube-dl-2012.02.22 @@ -1249,4 +1249,19 @@ 2013-09-05 + + youtube-dl-2013.09.06 + New version 2013.09.06 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.09.06/ +
+
+ + The youtube-dl maintainers + + 2013-09-06 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ba44f299b..22e62e25b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.05", - "signature": "93f95c779db9a2748d0012cff775ee613e5aa24480ff673ee963306faa280b8cce1679137af4f9d73502105249974a0bad0090e233e0cd189b1f500a9f40195678ae7f8872f9c248063fbbae6af092f63436726bf4da32e67f5c0b44ab334559f2a835513b758165ed873e8bf41fff36815a493618f2fc88becb6bcd3dd6fff2", + "latest": "2013.09.06", + "signature": "3e856293ef044d20d432c5ad9f64890c59864e9eaf4cd1ff7c42a3b444f62b05068da0822f4e35cf2ce66ffbc968df40737951d6179c63a1f6f631c660bc8cb6d810242bde11bbe7ba04fd9098dfc107b0f0fe1e9b4f6d9749de65ccd1c5b0bee9053de607e3cf9b8683fa3893ffc6cf967d2accedbaa8cb7650f007363be84a", "versions": { "2012.02.22": { "bin": [ @@ -1169,6 +1169,20 @@ "https://yt-dl.org/downloads/2013.09.05/youtube-dl-2013.09.05.tar.gz", "46a93d8a9f982c9df91c7f04e00487bbb021e3eccb7697b2ffa353608d6cd591" ] + }, + "2013.09.06": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.06/youtube-dl", + "5c3d5ad9abc10eb9fd2a8daaa1ebea65ca206101fd57132a7a710a32139f892d" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.06/youtube-dl.exe", + "67f238375ca70839f3bc78075dc2f5f108a6a3cb2673b1871c63462a18309dc4" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.06/youtube-dl-2013.09.06.tar.gz", + "9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc" + ] } } } \ No newline at end of file