From 23734970a85962b9508706609a567807b49f214c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 31 Mar 2021 03:00:33 +0700 Subject: [PATCH] release 2021.03.31 --- 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 be15eef43..cc9feec45 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.

-

2021.03.25 (sig)

+

2021.03.31 (sig)

-

SHA256: 9334117f86308b8659bbecda6ab06955da8734f975d28c39f3f2fed3f60354aa

+

SHA256: ffb589ad50c4d51ddffda9266489f02d980639e37c6016f608153e08883dce50

- Windows exe (sig - SHA256 eb3b4e51f46c39596429f3f97c3aa13f0fd4c5c6e8afce88460607725e033094)
- Full source + docs + binary tarball (sig - SHA256 a303cfd327938e3f15890099be79958cc17d536d1f985301d5462e487af3485f) + Windows exe (sig - SHA256 bd11b1224609a7ddb42ae9248756c3a0a6a29940aa797feb21a73c4544ef48a8)
+ Full source + docs + binary tarball (sig - SHA256 f215d0e297febca0552e309dba12d62c53a56ed138de314d63b7fb80617e6ceb)

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 f92f589c7..bc778a84d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2021.03.25 \ No newline at end of file +2021.03.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index aaedc0367..fc062bc2b 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 - 2021-03-25T00:05:42.156357Z + 2021-03-31T03:00:32.374336Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -14570,4 +14570,19 @@ 2021-03-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2021.03.31 + New version 2021.03.31 + + +

+ Downloads available at https://yt-dl.org/downloads/2021.03.31/ +
+ + + The youtube-dl maintainers + + 2021-03-31T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b0a9790c2..8824925d3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2021.03.25", - "signature": "39a1b756a7ff1bcfafb967512d9f55a4036f693cd8b774800fe37ec02aa7b8506c6b1d1855703fcc7b778d179cf0faf8dae371db5379d3fda52b530cd8c7b6e8aa955f1dea44e383dbbf0f676adce5cd34ee01c5cb668fa78a0c2e577a0fc4807ac4a020c6951d8f594b234d8de6e1f4c178bfae960978b0246886ed718ad19d", + "latest": "2021.03.31", + "signature": "6baed6615bbdd43dcc29e891f08108ed5d3f1c6de2869b3de3e5dc5804e4c783ddc2478eeb7cf974b69b4ea79e08933f1be206df2d0cc471a9ddab704906874eaa0f2e284ec5c0d8980982be4e12710d229b19f23762978bcd663e3b5fe992b7bb2769821f83a47e6679ce996698d0502fe51bdc2d84d33df50e62a33350304d", "versions": { "2012.02.22": { "bin": [ @@ -13601,6 +13601,20 @@ "https://yt-dl.org/downloads/2021.03.25/youtube-dl-2021.03.25.tar.gz", "a303cfd327938e3f15890099be79958cc17d536d1f985301d5462e487af3485f" ] + }, + "2021.03.31": { + "bin": [ + "https://yt-dl.org/downloads/2021.03.31/youtube-dl", + "ffb589ad50c4d51ddffda9266489f02d980639e37c6016f608153e08883dce50" + ], + "exe": [ + "https://yt-dl.org/downloads/2021.03.31/youtube-dl.exe", + "bd11b1224609a7ddb42ae9248756c3a0a6a29940aa797feb21a73c4544ef48a8" + ], + "tar": [ + "https://yt-dl.org/downloads/2021.03.31/youtube-dl-2021.03.31.tar.gz", + "f215d0e297febca0552e309dba12d62c53a56ed138de314d63b7fb80617e6ceb" + ] } } } \ No newline at end of file