From c8c49ed9f20575e1303c8de02b68b7c919e38127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Wed, 30 Jan 2019 06:21:19 +0700 Subject: [PATCH] release 2019.01.30.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 a082b56b5..21da728bd 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.01.30 (sig)

+

2019.01.30.1 (sig)

-

SHA256: 70a384c4e5f0923b8dd34edbe7d70c33fb1123b596c2f5fb4221ee34334facd9

+

SHA256: 68d87241885d7a63cc3b50f905cc8694c16ceebaa4ad50b8b3c18621a68a0c82

- Windows exe (sig - SHA256 8cb5a5567db9547d0d470a85c8251b934127f8241d8bce1ea9c39cd8dfb2f410)
- Full source + docs + binary tarball (sig - SHA256 1a34f7eb8d9027d800026df106cddcb269eba31e7aef1066bdd9b5741ff3fc4c) + Windows exe (sig - SHA256 131674f770a7077ca024da8c13ac68f67a7486faac378c3c2f53dcc9706d7c01)
+ Full source + docs + binary tarball (sig - SHA256 8eda5d2ffcb7a8cf3467e31208bc27609ad85e7e19987b4c971271a25dd85571)

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 c08e77843..d8c673e0d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2019.01.30 \ No newline at end of file +2019.01.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6843c7432..293688ac2 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-01-30T00:10:37.636112Z + 2019-01-30T06:21:18.347217Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -13280,4 +13280,19 @@ 2019-01-30T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.01.30.1 + New version 2019.01.30.1 + + +

+ Downloads available at https://yt-dl.org/downloads/2019.01.30.1/ +
+ + + The youtube-dl maintainers + + 2019-01-30T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 36e246c72..49ecd8bba 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2019.01.30", - "signature": "0f4b8a935d42e1f2060ddcd6e29e077ab8a31c2a632052a506d56763df12a3f3d6eb5c1d39a36270a222dbe81becd9f5048e336be0949ba66c9c68447264448baa8f6253406b9efd58253a20cb8bbf330299407903edd3e877c75999e4ce34ae07444e1076e7b1dcaf44f9d380a1c6f96d3becfcfc2551ce14280f7d52c6eddf", + "latest": "2019.01.30.1", + "signature": "5356c5f94fa34d5ac69c134a3b94232d0a9be5a5e6aca2692bf7d73d900b4ba3d6ce692245f3be301c01ea7cde227f535cce410e8843dae74283d2ddb86905e11391d130ff174713b0e476f9b1ff5e34ab64f3f3ad15d8026cea9d581bb2201d4032855d45bbd503c6567a9eb68b94f576240017b0d05ed88473a2c548db1bde", "versions": { "2012.02.22": { "bin": [ @@ -12397,6 +12397,20 @@ "https://yt-dl.org/downloads/2019.01.30/youtube-dl-2019.01.30.tar.gz", "1a34f7eb8d9027d800026df106cddcb269eba31e7aef1066bdd9b5741ff3fc4c" ] + }, + "2019.01.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2019.01.30.1/youtube-dl", + "68d87241885d7a63cc3b50f905cc8694c16ceebaa4ad50b8b3c18621a68a0c82" + ], + "exe": [ + "https://yt-dl.org/downloads/2019.01.30.1/youtube-dl.exe", + "131674f770a7077ca024da8c13ac68f67a7486faac378c3c2f53dcc9706d7c01" + ], + "tar": [ + "https://yt-dl.org/downloads/2019.01.30.1/youtube-dl-2019.01.30.1.tar.gz", + "8eda5d2ffcb7a8cf3467e31208bc27609ad85e7e19987b4c971271a25dd85571" + ] } } } \ No newline at end of file