From 8399fd84d86be9ada6e4ebbe12a33f1118adc093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 1 Nov 2020 08:59:32 +0700 Subject: [PATCH] release 2020.11.01.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 97c4c8edb..95b6a9f19 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.11.01 (sig)

+

2020.11.01.1 (sig)

-

SHA256: 3320ec8438dce181e70fa2ab291cc90530edcdf9c1030b9e00237693275bfb04

+

SHA256: 4ad7795a1308c927575b5dc4c4e00eeabb54b3312e2fa889098caee8bf849712

- Windows exe (sig - SHA256 10a40a81e0b00944e30b7f9a3244db0b641fced66dafa1fd06153c5126877753)
- Full source + docs + binary tarball (sig - SHA256 d42c209163a0a1043c20f88567cb728a789e24eb5c1f57efb265b04b588ced02) + Windows exe (sig - SHA256 0f7b9dcb45bd9afcbc8585e9743ea6b23ed3091e1f9f9692a2da44d85302878d)
+ Full source + docs + binary tarball (sig - SHA256 7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a)

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 00e035f0f..1107d5f8e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2020.11.01 \ No newline at end of file +2020.11.01.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 93c848022..37df48ff4 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-11-01T08:53:22.708441Z + 2020-11-01T08:59:31.119475Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -14090,4 +14090,19 @@ 2020-11-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.11.01.1 + New version 2020.11.01.1 + + +

+ Downloads available at https://yt-dl.org/downloads/2020.11.01.1/ +
+ + + The youtube-dl maintainers + + 2020-11-01T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a9ed44572..2abae9900 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2020.11.01", - "signature": "8c8279889360aef50d15ee84cfdca043764cf3d37df5eb2efb0542835ccc074736b0dd8b7f518f8eb548f88fb47a6c40b1262d3b40361720f6e8f7e1051663f9a2632f50eb6f184ca7d7fb1c2fc056365ce7367d9fefc3a6ce7b0b7bc76ea0daa63033d899cc7e9bb849f7097fda33f869c4bb872c970fc5b68b5a07befd457f", + "latest": "2020.11.01.1", + "signature": "7c99bdfd9edaaec40fa9f43ba08be633349bb80e4b893157586ac2e26108513c16b67bddebae030d9d099c7d1ae12e82d7bf9ac35fcbccee446392566f16f0a44033a1df085ae35ec0413f0a2e9ad4e944e29ba96c809781d6429f455ff4e2acd7abc7bbf85f7c709b3c897f29421ac90870d38d3d3c4a86be81e747c36c9e20", "versions": { "2012.02.22": { "bin": [ @@ -13153,6 +13153,20 @@ "https://yt-dl.org/downloads/2020.11.01/youtube-dl-2020.11.01.tar.gz", "d42c209163a0a1043c20f88567cb728a789e24eb5c1f57efb265b04b588ced02" ] + }, + "2020.11.01.1": { + "bin": [ + "https://yt-dl.org/downloads/2020.11.01.1/youtube-dl", + "4ad7795a1308c927575b5dc4c4e00eeabb54b3312e2fa889098caee8bf849712" + ], + "exe": [ + "https://yt-dl.org/downloads/2020.11.01.1/youtube-dl.exe", + "0f7b9dcb45bd9afcbc8585e9743ea6b23ed3091e1f9f9692a2da44d85302878d" + ], + "tar": [ + "https://yt-dl.org/downloads/2020.11.01.1/youtube-dl-2020.11.01.1.tar.gz", + "7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a" + ] } } } \ No newline at end of file