diff options
author | Sergey M․ <[email protected]> | 2019-08-13 23:20:50 +0700 |
---|---|---|
committer | Sergey M․ <[email protected]> | 2019-08-13 23:20:50 +0700 |
commit | 534772c742c2959a4eb0e05b6e64b5c3b90f6285 (patch) | |
tree | 75a041cef67bdb33638bd70a9bb46b2a066bc8fe | |
parent | 847f6fe89f73233ddc47c4690dd06429a5eaf306 (diff) | |
download | youtube-dl-534772c742c2959a4eb0e05b6e64b5c3b90f6285.tar.gz youtube-dl-534772c742c2959a4eb0e05b6e64b5c3b90f6285.zip |
release 2019.08.13
-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 e77a6d701..1af289bed 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/2019.08.02/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/2019.08.13/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/2019.08.02/youtube-dl">2019.08.02</a> (<a href="https://yt-dl.org/downloads/2019.08.02/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2019.08.13/youtube-dl">2019.08.13</a> (<a href="https://yt-dl.org/downloads/2019.08.13/youtube-dl.sig">sig</a>)</h2> -<p><strong>SHA256</strong>: 886d2a025457acb6daf30fca4fa8d639ebbd14be7fed86e859080f3aef76d7c2</p> +<p><strong>SHA256</strong>: 85a15c9c7394147105b3015964f975ca34770038b06e5edd40389413cac44b2d</p> <p> - <a href="https://yt-dl.org/downloads/2019.08.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2019.08.02/youtube-dl.exe.sig">sig</a> - SHA256 afc92ad007e8101b73c2dcff8c7d54c0ad75c124d0b9cb07dfddb845b9958dfa)<br> - <a href="https://yt-dl.org/downloads/2019.08.02/youtube-dl-2019.08.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2019.08.02/youtube-dl-2019.08.02.tar.gz.sig">sig</a> - SHA256 573c37add3e6107bf0c3c8ce43443bb788957d7bfb5e736cee6b32e3b2342b80) + <a href="https://yt-dl.org/downloads/2019.08.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2019.08.13/youtube-dl.exe.sig">sig</a> - SHA256 9afbec737bed9388f662eaee2433f02c9da45e267e755a903a8191d6d26c410b)<br> + <a href="https://yt-dl.org/downloads/2019.08.13/youtube-dl-2019.08.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2019.08.13/youtube-dl-2019.08.13.tar.gz.sig">sig</a> - SHA256 b23d59df96f9dccf34d9c48b65e7bc93532f1ebc4bf71b9285f228bc6086242d) </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 caf3fc063..87c6f161c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2019.08.02
\ No newline at end of file +2019.08.13
\ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8a0872c32..7f754b0eb 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>2019-08-02T05:41:39.089394Z</updated> + <updated>2019-08-13T23:20:49.139760Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -13625,4 +13625,19 @@ <updated>2019-08-02T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2019.08.13</id> + <title>New version 2019.08.13</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/2019.08.13/">https://yt-dl.org/downloads/2019.08.13/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2019-08-13T00:00:00Z</updated> + </entry> + </feed>
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7c10d1a9a..275f42dbd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2019.08.02", - "signature": "90d946f7aca9a92c759a79c5488bd54e27248e46df45161e2da9c33b36a8d520e247c90d2a9366fa80b63787cb958c4993399f05803e8f127ee9c112ab36624a528b941b113d1cda4e5bdc3ade3ec251cb690dad4370a9bc89ed092387a6345446b59812438bf1442bf8b9b5bc7acd80dec99ddd99e41c456f870c4c55062058", + "latest": "2019.08.13", + "signature": "4e9af4d02e0c8126bc54687624fffa1c4413be769db3cb006b38875af440efc8368ea184c89a1b9b78155a7f8fb64ed237145db4ee92aeb6f546f385b16de65178f5dcfb2c27ad308cb66dd0a16143f7aa48b0d8cb05229a502a172192b56f490b9cb64ec0ad49e26fe8ef1c556e9d976b094e4fcab6e388c91fec543e4c961c", "versions": { "2012.02.22": { "bin": [ @@ -12719,6 +12719,20 @@ "https://yt-dl.org/downloads/2019.08.02/youtube-dl-2019.08.02.tar.gz", "573c37add3e6107bf0c3c8ce43443bb788957d7bfb5e736cee6b32e3b2342b80" ] + }, + "2019.08.13": { + "bin": [ + "https://yt-dl.org/downloads/2019.08.13/youtube-dl", + "85a15c9c7394147105b3015964f975ca34770038b06e5edd40389413cac44b2d" + ], + "exe": [ + "https://yt-dl.org/downloads/2019.08.13/youtube-dl.exe", + "9afbec737bed9388f662eaee2433f02c9da45e267e755a903a8191d6d26c410b" + ], + "tar": [ + "https://yt-dl.org/downloads/2019.08.13/youtube-dl-2019.08.13.tar.gz", + "b23d59df96f9dccf34d9c48b65e7bc93532f1ebc4bf71b9285f228bc6086242d" + ] } } }
\ No newline at end of file |