diff options
author | Sergey M․ <[email protected]> | 2020-05-29 03:36:59 +0700 |
---|---|---|
committer | Sergey M․ <[email protected]> | 2020-05-29 03:36:59 +0700 |
commit | eb06cd75f154b25de5e4b30b5aea1b419dea6f90 (patch) | |
tree | b2804eb87c00f57f23ac062464e2f635e6f47d88 | |
parent | a1fb6467a764cd20ae77bb1acd6bac540e27d069 (diff) | |
download | youtube-dl-eb06cd75f154b25de5e4b30b5aea1b419dea6f90.tar.gz youtube-dl-eb06cd75f154b25de5e4b30b5aea1b419dea6f90.zip |
release 2020.05.29
-rw-r--r-- | download.html | 10 | ||||
-rw-r--r-- | update/LATEST_VERSION | 2 | ||||
-rw-r--r-- | update/releases.atom | 17 | ||||
-rw-r--r-- | update/versions.json | 18 |
4 files changed, 38 insertions, 9 deletions
diff --git a/download.html b/download.html index 9d1d0e83f..efaad12c5 100644 --- a/download.html +++ b/download.html @@ -14,15 +14,15 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.2+ to work except for Windows exe.</p> -<p><a href="https://yt-dl.org/downloads/2020.05.08/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p> +<p><a href="https://yt-dl.org/downloads/2020.05.29/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p> -<h2><a href="https://yt-dl.org/downloads/2020.05.08/youtube-dl">2020.05.08</a> (<a href="https://yt-dl.org/downloads/2020.05.08/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2020.05.29/youtube-dl">2020.05.29</a> (<a href="https://yt-dl.org/downloads/2020.05.29/youtube-dl.sig">sig</a>)</h2> -<p><strong>SHA256</strong>: 6aabf2ffa207ddc384614113dc8dafe1418965a29779a49411eac9a6cd67a3d3</p> +<p><strong>SHA256</strong>: ab73d960a7717e504911aa73ff43ed565485a0179f03af596020883f000936ed</p> <p> - <a href="https://yt-dl.org/downloads/2020.05.08/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.05.08/youtube-dl.exe.sig">sig</a> - SHA256 21fe98081cad1fc63227ca0119cc396921b04fee8ee840c1eda57be3670f2ece)<br> - <a href="https://yt-dl.org/downloads/2020.05.08/youtube-dl-2020.05.08.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.05.08/youtube-dl-2020.05.08.tar.gz.sig">sig</a> - SHA256 86310db8516f41d697dc8923d4bb252ec110913e267a3c373b6a66a13552fd9b) + <a href="https://yt-dl.org/downloads/2020.05.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.05.29/youtube-dl.exe.sig">sig</a> - SHA256 201379c9c1796334039ee44f74a2700983c524a5d9b56eee21705d20cf0dab13)<br> + <a href="https://yt-dl.org/downloads/2020.05.29/youtube-dl-2020.05.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.05.29/youtube-dl-2020.05.29.tar.gz.sig">sig</a> - SHA256 23ba8f31df7f11c0acab9ca71a29a1a89e8697aceac957b0bbd19ce896552f84) </p> <p>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 f549c242a..e01f0db25 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2020.05.08
\ No newline at end of file +2020.05.29
\ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fd44febcc..d8456ab9e 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ <link rel="self" href="http://ytdl-org.github.io/youtube-dl/update/releases.atom" /> <title>youtube-dl releases</title> <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id> - <updated>2020-05-08T18:12:49.951962Z</updated> + <updated>2020-05-29T03:36:58.045615Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -13955,4 +13955,19 @@ <updated>2020-05-08T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.05.29</id> + <title>New version 2020.05.29</title> + <link href="http://ytdl-org.github.io/youtube-dl" /> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + Downloads available at <a href="https://yt-dl.org/downloads/2020.05.29/">https://yt-dl.org/downloads/2020.05.29/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2020-05-29T00:00:00Z</updated> + </entry> + </feed>
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b1b513b95..9ce601d6f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2020.05.08", - "signature": "123dcab2a889898aab25d83060909c05dc3e426c4914fa7eaff05c968b50082eb4a033a0a308d5dce4e16242a466fbb013baa7fe559972122f4abc1b92ec59a6414208db8ba2d5bcd866544552aec0fb2b5ca32f16c1106a0b8cc4f07d44b745e2fd0065e88b89a317dd3be42359d52e5a1f4e764cb0814afbf4b4e729778726", + "latest": "2020.05.29", + "signature": "4d0fcfed542ce5de89dffc1a522e4e27b5bc99e109a1f656cd1005bdbb01ac28511101b5e0b8eec763374803817c8da4efc7e4a770120843c0299f238f88ccfe8bce8f7a7e52f743728e00d7fba04713163394154f4ccac28099e5cc442e549148b400ffb9c73977c9b6cfb734cc77421dfef5a8d7d39fd67cfc2c71ba3ab895", "versions": { "2012.02.22": { "bin": [ @@ -13027,6 +13027,20 @@ "https://yt-dl.org/downloads/2020.05.08/youtube-dl-2020.05.08.tar.gz", "86310db8516f41d697dc8923d4bb252ec110913e267a3c373b6a66a13552fd9b" ] + }, + "2020.05.29": { + "bin": [ + "https://yt-dl.org/downloads/2020.05.29/youtube-dl", + "ab73d960a7717e504911aa73ff43ed565485a0179f03af596020883f000936ed" + ], + "exe": [ + "https://yt-dl.org/downloads/2020.05.29/youtube-dl.exe", + "201379c9c1796334039ee44f74a2700983c524a5d9b56eee21705d20cf0dab13" + ], + "tar": [ + "https://yt-dl.org/downloads/2020.05.29/youtube-dl-2020.05.29.tar.gz", + "23ba8f31df7f11c0acab9ca71a29a1a89e8697aceac957b0bbd19ce896552f84" + ] } } }
\ No newline at end of file |