From e48688b31318e54c1fc2f81f614d533d8d0790d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 4 Feb 2017 23:28:16 +0700 Subject: [PATCH] release 2017.02.04.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 1317dc0c2..944d6c453 100644 --- a/download.html +++ b/download.html @@ -14,15 +14,15 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work except for Windows exe.

-

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

+

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

-

2017.02.04 (sig)

+

2017.02.04.1 (sig)

-

SHA256: f9d49591c158b87ab38a1d62a892df398664ae2992bde55cd3d21acc2a0222e1

+

SHA256: 9e5050b196468568212f83a1653388a98441f5a3d5ffc771cfbdeb72b3dd75e5

- Windows exe (sig - SHA256 3baaa24d6a8886816353e8d11912ee088fc36e56c6be0ad567b0d16f0e53fb3e)
- Full source + docs + binary tarball (sig - SHA256 eb1b3feecc3a0b2fcf50232418f7660a9e06a23d428769a2bb9aebcd1ba460fb) + Windows exe (sig - SHA256 5917208866276afe3110aa4243ad22200899c41a3799135a5712787ac673cbc6)
+ Full source + docs + binary tarball (sig - SHA256 d212c5fd1c127c7fcb107a6fa894eeee3d7ea9e91d7feb70d851b6d72b510cab)

To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 324a9cdd0..04f2e83a3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2017.02.04 \ No newline at end of file +2017.02.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 451ae819e..7e0876aa1 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 - 2017-02-04T22:59:54.572688Z + 2017-02-04T23:28:06.633287Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -11105,4 +11105,19 @@ 2017-02-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2017.02.04.1 + New version 2017.02.04.1 + + +

+ Downloads available at https://yt-dl.org/downloads/2017.02.04.1/ +
+ + + The youtube-dl maintainers + + 2017-02-04T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3276d7c3b..7e52b1faa 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2017.02.04", - "signature": "11c917eefb9c26da7a6be481d907ed77aa2ca5f14eddccae9051401f3a594198fa9f5fe07555cf47ce7898798f0981f6a737563bf69334e45d67c0ea2c923a1278242d36e5700a19ff216606c5044fcf5f3ac4280c833e9b61a3cd5177995898235fddeabbf3aeaa398cf4250d6bbc9b6c491512e1ef5268c23519df25720d78", + "latest": "2017.02.04.1", + "signature": "18d4e04866bc23054a84c38bc17509365cc61237f0f60c9339700db4d73da72869125bc2593ce932a7be4e606b756dec65fd53c900be011185e1735fa2ffca3c1d1b46d34ea916a8fead90aeab6b522e5143c58ceb97ad752b0ef68b864f10d8789d6607a87650b53a51341807bb3cfe1a8b26915332e3dbb1bf77b4cafb0944", "versions": { "2012.02.22": { "bin": [ @@ -10367,6 +10367,20 @@ "https://yt-dl.org/downloads/2017.02.04/youtube-dl-2017.02.04.tar.gz", "eb1b3feecc3a0b2fcf50232418f7660a9e06a23d428769a2bb9aebcd1ba460fb" ] + }, + "2017.02.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2017.02.04.1/youtube-dl", + "9e5050b196468568212f83a1653388a98441f5a3d5ffc771cfbdeb72b3dd75e5" + ], + "exe": [ + "https://yt-dl.org/downloads/2017.02.04.1/youtube-dl.exe", + "5917208866276afe3110aa4243ad22200899c41a3799135a5712787ac673cbc6" + ], + "tar": [ + "https://yt-dl.org/downloads/2017.02.04.1/youtube-dl-2017.02.04.1.tar.gz", + "d212c5fd1c127c7fcb107a6fa894eeee3d7ea9e91d7feb70d851b6d72b510cab" + ] } } } \ No newline at end of file