diff --git a/download.html b/download.html index 3a4ae5b7e..f0abd784f 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.11.19/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.11.21/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.11.19/youtube-dl">2020.11.19</a> (<a href="https://yt-dl.org/downloads/2020.11.19/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2020.11.21/youtube-dl">2020.11.21</a> (<a href="https://yt-dl.org/downloads/2020.11.21/youtube-dl.sig">sig</a>)</h2> -<p><strong>SHA256</strong>: affb72a48f4e662abf557c18cee3462096723a41d9770f11d1c4d149f717d429</p> +<p><strong>SHA256</strong>: 52e8c6aeada270134edaac58bf350910616a1e8a24a9867899b52f593c96daef</p> <p> - <a href="https://yt-dl.org/downloads/2020.11.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.11.19/youtube-dl.exe.sig">sig</a> - SHA256 e6d10dd90dd8e66705af9baec1762992d298ba09fcdc0b0ef9241410b66a1b25)<br> - <a href="https://yt-dl.org/downloads/2020.11.19/youtube-dl-2020.11.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.11.19/youtube-dl-2020.11.19.tar.gz.sig">sig</a> - SHA256 f8c14d9eb2fd8fe7242de8b96f2c918810867c518a162405644f483dcd14be9e) + <a href="https://yt-dl.org/downloads/2020.11.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.11.21/youtube-dl.exe.sig">sig</a> - SHA256 9611b858671fabd783b6737fd45f4f7af6b67167907352b86c7a155d11a8d5ba)<br> + <a href="https://yt-dl.org/downloads/2020.11.21/youtube-dl-2020.11.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.11.21/youtube-dl-2020.11.21.tar.gz.sig">sig</a> - SHA256 261edf4e00975085536485137cdf6e4dfff1d4d7d58d41cb786f5c49833d2813) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/supportedsites.html b/supportedsites.html index 3c658e875..a68bdd249 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -56,6 +56,7 @@ <li><b>AlJazeera</b></li> <li><b>Allocine</b></li> <li><b>AlphaPorno</b></li> + <li><b>Amara</b></li> <li><b>AMCNetworks</b></li> <li><b>AmericasTestKitchen</b></li> <li><b>anderetijden</b>: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl</li> @@ -1145,7 +1146,6 @@ <li><b>YourUpload</b></li> <li><b>youtube</b>: YouTube.com</li> <li><b>youtube:history</b>: Youtube watch history, ":ythistory" for short (requires authentication)</li> - <li><b>youtube:live</b>: YouTube.com live streams</li> <li><b>youtube:playlist</b>: YouTube.com playlists</li> <li><b>youtube:recommended</b>: YouTube.com recommended videos, ":ytrec" for short (requires authentication)</li> <li><b>youtube:search</b>: YouTube.com searches</li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index c9e99ec82..1074fc08d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2020.11.19 \ No newline at end of file +2020.11.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index acf3cf1c2..86a0afd9e 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-11-19T05:24:21.737013Z</updated> + <updated>2020-11-21T23:57:17.306004Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -14165,4 +14165,19 @@ <updated>2020-11-19T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.11.21</id> + <title>New version 2020.11.21</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.11.21/">https://yt-dl.org/downloads/2020.11.21/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2020-11-21T00:00:00Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b3294a2f0..de127acaf 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2020.11.19", - "signature": "27682ada86153f6c86d2e2c232dfb34078e0c233f34e1f470adf8023c4d9c65c5b3ace94c69e724424130bdc21eba33d0c5106682678991613ad9a1e56c55fd08ff8eceaa6a92fa185a5f7cb5f2309e256228523d334d1b2d114963c49a1e0b786d919dfbb71cef0026e3ba73bd32e447af4045bda15d07f3c52f07b58107465", + "latest": "2020.11.21", + "signature": "55490f78cee0ed564cdabd59a83209a13a0286f7f17327d03259a521224aeaec6b95d51c394c18782819034357ab5b7ea1c238431b1c499ce3a030e6bfb1b99839194739b1611ee8980abc2c9b2c71e4a2c1d38d0ba49096855248324670f6675887f9fbe2a90140d9609b8d977f367667200cfbe978aa5d3913717c9fde0564", "versions": { "2012.02.22": { "bin": [ @@ -13223,6 +13223,20 @@ "https://yt-dl.org/downloads/2020.11.19/youtube-dl-2020.11.19.tar.gz", "f8c14d9eb2fd8fe7242de8b96f2c918810867c518a162405644f483dcd14be9e" ] + }, + "2020.11.21": { + "bin": [ + "https://yt-dl.org/downloads/2020.11.21/youtube-dl", + "52e8c6aeada270134edaac58bf350910616a1e8a24a9867899b52f593c96daef" + ], + "exe": [ + "https://yt-dl.org/downloads/2020.11.21/youtube-dl.exe", + "9611b858671fabd783b6737fd45f4f7af6b67167907352b86c7a155d11a8d5ba" + ], + "tar": [ + "https://yt-dl.org/downloads/2020.11.21/youtube-dl-2020.11.21.tar.gz", + "261edf4e00975085536485137cdf6e4dfff1d4d7d58d41cb786f5c49833d2813" + ] } } } \ No newline at end of file