From 1dba9b2a1b4065e74f8ddf83b0d216bf5c65ab08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 14 Mar 2021 09:39:41 +0700 Subject: [PATCH] release 2021.03.14 --- 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 eec288b0e..2fe4d9a02 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.03 (sig)

+

2021.03.14 (sig)

-

SHA256: babcacd3d69a8453b56f9025c04ba13ec234549cb3d703b168df68d8aedba77c

+

SHA256: 3595d61a08966b940681842f002cff93e9199dbe1f280775d956762f8fe6b927

- Windows exe (sig - SHA256 5108af80531c400e209cc34009b7c70f973134a335f6ff7e6fd6e18a293d0abf)
- Full source + docs + binary tarball (sig - SHA256 eee0cc1d9644f1c166f4bd41b2fe9ba001f41f34ac828246a00bc4d82adae287) + Windows exe (sig - SHA256 7f9d3c57d8474232594b95db50fba9ad55547ec19e7689dec0a4719fd75e4cd0)
+ Full source + docs + binary tarball (sig - SHA256 a3d9975d4c8e9133f84ca3f554125cd2e03600efeca35ea03a613783932307ae)

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 97388ad21..071db6b6d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2021.03.03 \ No newline at end of file +2021.03.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 07ee8e67d..623723c6a 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-03T11:49:14.084192Z + 2021-03-14T09:39:41.057449Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -14540,4 +14540,19 @@ 2021-03-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2021.03.14 + New version 2021.03.14 + + +

+ Downloads available at https://yt-dl.org/downloads/2021.03.14/ +
+ + + The youtube-dl maintainers + + 2021-03-14T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4c3de4a5f..26c70de0e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2021.03.03", - "signature": "202086a2dec839dbc6d98899f4a38e5da2e6d2400454f26b18661026e926c07089025304ca3109da26125908ee5e3f40f40ac2a97dbde643f444cfec8ef2450b2d8e1127955970614ca68dd71781fd42b31e1a4063f5764a46c7cad5ed0cb39afcdcd41512bd5f4d1db8fefcfe784c1aebe050a65de94de606cabd9d7a3422a3", + "latest": "2021.03.14", + "signature": "4c21c524984cce4a371467cd42b836f53992cda9364cfdf42c0534613893be568ab8dc0933847137e8d06c956f7ba764c0b6860ee904365255061f9d23f13f9a49bb7a49b9986246fb2db4befe45ddaf2d702bbd5088341da8eeb8bc77e00a131c4ed886b4fcf9625740696999f824468d6edce673afea9a0dfe87130054915c", "versions": { "2012.02.22": { "bin": [ @@ -13573,6 +13573,20 @@ "https://yt-dl.org/downloads/2021.03.03/youtube-dl-2021.03.03.tar.gz", "eee0cc1d9644f1c166f4bd41b2fe9ba001f41f34ac828246a00bc4d82adae287" ] + }, + "2021.03.14": { + "bin": [ + "https://yt-dl.org/downloads/2021.03.14/youtube-dl", + "3595d61a08966b940681842f002cff93e9199dbe1f280775d956762f8fe6b927" + ], + "exe": [ + "https://yt-dl.org/downloads/2021.03.14/youtube-dl.exe", + "7f9d3c57d8474232594b95db50fba9ad55547ec19e7689dec0a4719fd75e4cd0" + ], + "tar": [ + "https://yt-dl.org/downloads/2021.03.14/youtube-dl-2021.03.14.tar.gz", + "a3d9975d4c8e9133f84ca3f554125cd2e03600efeca35ea03a613783932307ae" + ] } } } \ No newline at end of file