From 2cdb4cbda8a3da98a89f87a9a9c74b805af0abd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Fri, 1 Mar 2019 01:05:49 +0700 Subject: [PATCH] release 2019.03.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 1edc7e34e..410c65b33 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.

-

2019.02.18 (sig)

+

2019.03.01 (sig)

-

SHA256: 2f24e89c8f9a567ccbcbe58283f0bf483f71e647e1c92c155eadc82595b0d99d

+

SHA256: 82e15e2f81df966d3d3c26a5538c8512911c70b0c91b1c30a651cc59a37c342b

- Windows exe (sig - SHA256 87c073632798ea5b8d515814c87dbd49f1e13b07ec285d2bfd6757b8506d19c9)
- Full source + docs + binary tarball (sig - SHA256 61bbffc7b9b2dab71f93548f69f952ce0e4f50e7fa27e1d8b81eabdba37120eb) + Windows exe (sig - SHA256 67dc23174f14e09966946b6564f416a9ac50355c8aa565451d12b11eb502b6f6)
+ Full source + docs + binary tarball (sig - SHA256 ae523a75bf41b3faa40d6f7dd44c7b8e1bc6919a91956b2528bbddeb9b32b32f)

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 36ea58b6f..d8e1b7082 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2019.02.18 \ No newline at end of file +2019.03.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5b9ef167c..dd8a22281 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 - 2019-02-18T02:13:05.911792Z + 2019-03-01T01:05:48.177745Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -13325,4 +13325,19 @@ 2019-02-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.03.01 + New version 2019.03.01 + + +

+ Downloads available at https://yt-dl.org/downloads/2019.03.01/ +
+ + + The youtube-dl maintainers + + 2019-03-01T00:00:00Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3b315fc72..9f4d8af2d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2019.02.18", - "signature": "764cf109c521088feb289e62ada57264ba6ebcfebe31efbf185791c569a71f1a1c38afc00d4d4dea98e8f4846e0e95df384e59004717099f1cf5b120f03c70385a23408e107f980d975b2eb24471c3a37fb22e4dd3b2784a841e26581609635227f4414129e88368256f5f14edd4b7475abb028d2f6b5d347ad3763bdbcd212f", + "latest": "2019.03.01", + "signature": "1de39b6c8f1e0e32eca37aa654d46dc8ba790cd57126f6b6173987a2543a6deab6404ebba1d0a3cc939b8bb2a698f36b8d76115325eb41fa3b2537235de5bf11e799db1701fbb6ee89579b8a51870f3d640712bbaecb67a0316aaf2e43c3716271564e2017918e35d0f226f30303f538a892365e5e9673c22fe26e7a832f5655", "versions": { "2012.02.22": { "bin": [ @@ -12439,6 +12439,20 @@ "https://yt-dl.org/downloads/2019.02.18/youtube-dl-2019.02.18.tar.gz", "61bbffc7b9b2dab71f93548f69f952ce0e4f50e7fa27e1d8b81eabdba37120eb" ] + }, + "2019.03.01": { + "bin": [ + "https://yt-dl.org/downloads/2019.03.01/youtube-dl", + "82e15e2f81df966d3d3c26a5538c8512911c70b0c91b1c30a651cc59a37c342b" + ], + "exe": [ + "https://yt-dl.org/downloads/2019.03.01/youtube-dl.exe", + "67dc23174f14e09966946b6564f416a9ac50355c8aa565451d12b11eb502b6f6" + ], + "tar": [ + "https://yt-dl.org/downloads/2019.03.01/youtube-dl-2019.03.01.tar.gz", + "ae523a75bf41b3faa40d6f7dd44c7b8e1bc6919a91956b2528bbddeb9b32b32f" + ] } } } \ No newline at end of file