From f0b286216d1ad6e735eb75306e5385a24e1fa088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 1 Nov 2020 08:53:23 +0700 Subject: [PATCH] release 2020.11.01 --- 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 2071b88be..97c4c8edb 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.20 (sig)

+

2020.11.01 (sig)

-

SHA256: b5660fa8441337c6b75448550bd6dcc7f97fe966b4ebb9bf47ff2b1cd4e3633a

+

SHA256: 3320ec8438dce181e70fa2ab291cc90530edcdf9c1030b9e00237693275bfb04

- Windows exe (sig - SHA256 2b71484b309ae369873cb9a421ac03ba6b642704e112eb1ca5cde6820a12d8fb)
- Full source + docs + binary tarball (sig - SHA256 ac1a799cf968345bf29089ed2e5c5d4f4a32031625d808369e61b6362d1c7cde) + Windows exe (sig - SHA256 10a40a81e0b00944e30b7f9a3244db0b641fced66dafa1fd06153c5126877753)
+ Full source + docs + binary tarball (sig - SHA256 d42c209163a0a1043c20f88567cb728a789e24eb5c1f57efb265b04b588ced02)

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 06f6f6ddd..00e035f0f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2020.09.20 \ No newline at end of file +2020.11.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e84f79f87..93c848022 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-20T12:32:23.085767Z + 2020-11-01T08:53:22.708441Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -14075,4 +14075,19 @@ 2020-09-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.11.01 + New version 2020.11.01 + + +

+ Downloads available at https://yt-dl.org/downloads/2020.11.01/ +
+ + + The youtube-dl maintainers + + 2020-11-01T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a05047bef..a9ed44572 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2020.09.20", - "signature": "1b5013fd3e68c31d81de4d02517cd4bba79b98b640a0834d4a3068318087314aaa8910bf059f8856c02b2dbbf99a1d93bd614721e004c16acf3dfa2ec13bd36498dcdf89e18b501d368d3e4c5cbd29b7ff17f623cede15c22d19c6e689377e366953c6769c98418f5062eaec945e1ac89b7f493ea5771eb7ae9bef8ba2a6f759", + "latest": "2020.11.01", + "signature": "8c8279889360aef50d15ee84cfdca043764cf3d37df5eb2efb0542835ccc074736b0dd8b7f518f8eb548f88fb47a6c40b1262d3b40361720f6e8f7e1051663f9a2632f50eb6f184ca7d7fb1c2fc056365ce7367d9fefc3a6ce7b0b7bc76ea0daa63033d899cc7e9bb849f7097fda33f869c4bb872c970fc5b68b5a07befd457f", "versions": { "2012.02.22": { "bin": [ @@ -13139,6 +13139,20 @@ "https://yt-dl.org/downloads/2020.09.20/youtube-dl-2020.09.20.tar.gz", "ac1a799cf968345bf29089ed2e5c5d4f4a32031625d808369e61b6362d1c7cde" ] + }, + "2020.11.01": { + "bin": [ + "https://yt-dl.org/downloads/2020.11.01/youtube-dl", + "3320ec8438dce181e70fa2ab291cc90530edcdf9c1030b9e00237693275bfb04" + ], + "exe": [ + "https://yt-dl.org/downloads/2020.11.01/youtube-dl.exe", + "10a40a81e0b00944e30b7f9a3244db0b641fced66dafa1fd06153c5126877753" + ], + "tar": [ + "https://yt-dl.org/downloads/2020.11.01/youtube-dl-2020.11.01.tar.gz", + "d42c209163a0a1043c20f88567cb728a789e24eb5c1f57efb265b04b588ced02" + ] } } } \ No newline at end of file