From 6c1249d2b46015d62f0fc3242c9647b9d61194e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 6 Jun 2021 02:01:45 +0700 Subject: [PATCH] release 2021.06.06 --- 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 76b8ae576..9b9015547 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 Service Pack 1 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

+

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

-

2021.05.16 (sig)

+

2021.06.06 (sig)

-

SHA256: ccf13c8fb48c0d69ac0eb742322f8ec3643a75f8743291bdbabbbcd59ae27380

+

SHA256: c4a3558ba57d4dd6bd49e604e52db370ab3db7a6a91bb366c6863f5f48f951c3

- Windows exe (sig - SHA256 0bcaeb40c295db3ebefe607c13620d65be33cf033d70f9afd16e6df5766896d9)
- Full source + docs + binary tarball (sig - SHA256 d4012a5ca8d77f8ee30a21532fd1042ed287c0784a5a76fcb74cc33ef76f1afd) + Windows exe (sig - SHA256 78c009f4cf8ae56db150800d55faaac97c127c76c89715b23fe406d85c3c0628)
+ Full source + docs + binary tarball (sig - SHA256 3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3)

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 bcdf52f7f..841f24fa1 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2021.05.16 \ No newline at end of file +2021.06.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0fbb63aa1..f93a55dd7 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-05-16T22:56:43.247727Z + 2021-06-06T02:01:44.265592Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -14660,4 +14660,19 @@ 2021-05-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2021.06.06 + New version 2021.06.06 + + +

+ Downloads available at https://yt-dl.org/downloads/2021.06.06/ +
+ + + The youtube-dl maintainers + + 2021-06-06T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 799c3d2ba..74fdc6c3a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2021.05.16", - "signature": "618da261ee1641c09680c035b582c734fa415f27f32a0dfc61b071879f77daa128790bc6714d0648fa8813f439733a4db1741e3fceec25e042c1f786d3722529a586d1448e0a136fa0697e5d550e9f301f0cd8baca7fc9f213d8cebc5ce5f86c4024e1d76129b030ddb8a3735c81af7c3feeaf189a7b5184804fef83bcd4b75d", + "latest": "2021.06.06", + "signature": "2d060280666b49a0ba4ad4f5d6b013ca487fa45a64157f07f14ebaf5ee628998150040251afefb963cf1c87d7e48ee158d977f88ce4b24487799c6c24ab9356ff3ab30502d80dadf019abe6ade19d6e6aa18aa222577567d2426f879bbca8934b1059bbe0dfd6dab52ca4b3c52d7a426b8bce5f3f868668d0ca59f9e4a3d7d55", "versions": { "2012.02.22": { "bin": [ @@ -13685,6 +13685,20 @@ "https://yt-dl.org/downloads/2021.05.16/youtube-dl-2021.05.16.tar.gz", "d4012a5ca8d77f8ee30a21532fd1042ed287c0784a5a76fcb74cc33ef76f1afd" ] + }, + "2021.06.06": { + "bin": [ + "https://yt-dl.org/downloads/2021.06.06/youtube-dl", + "c4a3558ba57d4dd6bd49e604e52db370ab3db7a6a91bb366c6863f5f48f951c3" + ], + "exe": [ + "https://yt-dl.org/downloads/2021.06.06/youtube-dl.exe", + "78c009f4cf8ae56db150800d55faaac97c127c76c89715b23fe406d85c3c0628" + ], + "tar": [ + "https://yt-dl.org/downloads/2021.06.06/youtube-dl-2021.06.06.tar.gz", + "3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3" + ] } } } \ No newline at end of file