From 73aafe65870bb518e02e1fdad915bb8d0a92a6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 20 Sep 2020 12:32:23 +0700 Subject: [PATCH] release 2020.09.20 --- 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 b9b25453c..2071b88be 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.

-

2020.09.14 (sig)

+

2020.09.20 (sig)

-

SHA256: 1a39e668459d9933b1ef9eb600326b220df861d99d233c1728a407ee947db63b

+

SHA256: b5660fa8441337c6b75448550bd6dcc7f97fe966b4ebb9bf47ff2b1cd4e3633a

- Windows exe (sig - SHA256 29b6eec7e7ee540d864643253b7c9b9a655b2a5fc2a9b0b523e4a28c104a39a6)
- Full source + docs + binary tarball (sig - SHA256 0657c19661bbec99117a2eb2b5a2d26d3f0b0a58703035f1ebf76bb5f2858ea3) + Windows exe (sig - SHA256 2b71484b309ae369873cb9a421ac03ba6b642704e112eb1ca5cde6820a12d8fb)
+ Full source + docs + binary tarball (sig - SHA256 ac1a799cf968345bf29089ed2e5c5d4f4a32031625d808369e61b6362d1c7cde)

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 f41ae953e..06f6f6ddd 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2020.09.14 \ No newline at end of file +2020.09.20 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e79704e00..e84f79f87 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 - 2020-09-14T03:38:56.859596Z + 2020-09-20T12:32:23.085767Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -14060,4 +14060,19 @@ 2020-09-14T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.09.20 + New version 2020.09.20 + + +

+ Downloads available at https://yt-dl.org/downloads/2020.09.20/ +
+ + + The youtube-dl maintainers + + 2020-09-20T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 49c41211b..a05047bef 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2020.09.14", - "signature": "7abb5369e908d36419e2fb26745717a119704707210983fe53ed4b745f3c05a7e4c2fe7262fca1f05d56a633f8f74a76408d4ed076ca5af9fe0b8a7cccce46292068d46dc06acdd5ae254214a0215974bc3230cd580ba86feff7e2db417e0ed89ea92d46905a3839f3553956035bbd789017c17b995e5a10d0fdefedc058e8d3", + "latest": "2020.09.20", + "signature": "1b5013fd3e68c31d81de4d02517cd4bba79b98b640a0834d4a3068318087314aaa8910bf059f8856c02b2dbbf99a1d93bd614721e004c16acf3dfa2ec13bd36498dcdf89e18b501d368d3e4c5cbd29b7ff17f623cede15c22d19c6e689377e366953c6769c98418f5062eaec945e1ac89b7f493ea5771eb7ae9bef8ba2a6f759", "versions": { "2012.02.22": { "bin": [ @@ -13125,6 +13125,20 @@ "https://yt-dl.org/downloads/2020.09.14/youtube-dl-2020.09.14.tar.gz", "0657c19661bbec99117a2eb2b5a2d26d3f0b0a58703035f1ebf76bb5f2858ea3" ] + }, + "2020.09.20": { + "bin": [ + "https://yt-dl.org/downloads/2020.09.20/youtube-dl", + "b5660fa8441337c6b75448550bd6dcc7f97fe966b4ebb9bf47ff2b1cd4e3633a" + ], + "exe": [ + "https://yt-dl.org/downloads/2020.09.20/youtube-dl.exe", + "2b71484b309ae369873cb9a421ac03ba6b642704e112eb1ca5cde6820a12d8fb" + ], + "tar": [ + "https://yt-dl.org/downloads/2020.09.20/youtube-dl-2020.09.20.tar.gz", + "ac1a799cf968345bf29089ed2e5c5d4f4a32031625d808369e61b6362d1c7cde" + ] } } } \ No newline at end of file