summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-11-12 06:25:07 +0700
committerSergey M․ <dstftw@gmail.com>2020-11-16 21:27:43 +0700
commitaeb93a55d9114b9c17250256f07e5bc4485f1d25 (patch)
tree4bcb0e5294e46c7ad6fcdba49328862904e30d07
parent13423a09497194dc24ae041d62b21338433c6077 (diff)
release 2020.11.12
-rw-r--r--download.html10
-rw-r--r--supportedsites.html8
-rw-r--r--update/LATEST_VERSION2
-rw-r--r--update/releases.atom17
-rw-r--r--update/versions.json18
5 files changed, 40 insertions, 15 deletions
diff --git a/download.html b/download.html
index 95b6a9f190..1d861061ee 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.01.1/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.12/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.01.1/youtube-dl">2020.11.01.1</a> (<a href="https://yt-dl.org/downloads/2020.11.01.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2020.11.12/youtube-dl">2020.11.12</a> (<a href="https://yt-dl.org/downloads/2020.11.12/youtube-dl.sig">sig</a>)</h2>
-<p><strong>SHA256</strong>: 4ad7795a1308c927575b5dc4c4e00eeabb54b3312e2fa889098caee8bf849712</p>
+<p><strong>SHA256</strong>: 2ff45142a9907ab359d1d20ec7e141adba6b1ed3a56181ecf6c2a279e7db1c55</p>
<p>
- <a href="https://yt-dl.org/downloads/2020.11.01.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.11.01.1/youtube-dl.exe.sig">sig</a> - SHA256 0f7b9dcb45bd9afcbc8585e9743ea6b23ed3091e1f9f9692a2da44d85302878d)<br>
- <a href="https://yt-dl.org/downloads/2020.11.01.1/youtube-dl-2020.11.01.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.11.01.1/youtube-dl-2020.11.01.1.tar.gz.sig">sig</a> - SHA256 7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a)
+ <a href="https://yt-dl.org/downloads/2020.11.12/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.11.12/youtube-dl.exe.sig">sig</a> - SHA256 97a8c9ac735911a722b5405861ede8a66b02635f00664c5199bd01fd3b67114f)<br>
+ <a href="https://yt-dl.org/downloads/2020.11.12/youtube-dl-2020.11.12.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.11.12/youtube-dl-2020.11.12.tar.gz.sig">sig</a> - SHA256 aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831)
</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 e7faf7f977..297b7b0ab3 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -1146,20 +1146,16 @@
<li><b>YourPorn</b></li>
<li><b>YourUpload</b></li>
<li><b>youtube</b>: YouTube.com</li>
- <li><b>youtube:channel</b>: YouTube.com channels</li>
- <li><b>youtube:favorites</b>: YouTube.com favourite videos, ":ytfav" for short (requires authentication)</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:playlists</b>: YouTube.com user/channel 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>
<li><b>youtube:search:date</b>: YouTube.com searches, newest videos first</li>
- <li><b>youtube:search_url</b>: YouTube.com search URLs</li>
- <li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)</li>
- <li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
+ <li><b>youtube:tab</b>: YouTube.com tab</li>
<li><b>youtube:watchlater</b>: Youtube watch later list, ":ytwatchlater" for short (requires authentication)</li>
+ <li><b>YoutubeYtUser</b></li>
<li><b>Zapiks</b></li>
<li><b>Zaq1</b></li>
<li><b>Zattoo</b></li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index 1107d5f8e7..b275e28509 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2020.11.01.1 \ No newline at end of file
+2020.11.12 \ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 37df48ff41..dfe36dfdbb 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-01T08:59:31.119475Z</updated>
+ <updated>2020-11-12T06:25:06.385388Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -14105,4 +14105,19 @@
<updated>2020-11-01T00:00:01Z</updated>
</entry>
+ <entry>
+ <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.11.12</id>
+ <title>New version 2020.11.12</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.12/">https://yt-dl.org/downloads/2020.11.12/</a>
+ </div>
+ </content>
+ <author>
+ <name>The youtube-dl maintainers</name>
+ </author>
+ <updated>2020-11-12T00:00:00Z</updated>
+ </entry>
+
</feed> \ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 2abae9900d..3e677aaf3a 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2020.11.01.1",
- "signature": "7c99bdfd9edaaec40fa9f43ba08be633349bb80e4b893157586ac2e26108513c16b67bddebae030d9d099c7d1ae12e82d7bf9ac35fcbccee446392566f16f0a44033a1df085ae35ec0413f0a2e9ad4e944e29ba96c809781d6429f455ff4e2acd7abc7bbf85f7c709b3c897f29421ac90870d38d3d3c4a86be81e747c36c9e20",
+ "latest": "2020.11.12",
+ "signature": "83be952cfb5dbd8f05a42112bae56901b47ef50aae87882a92decf12e53c02abb66fe860f7cb78e4f175a054034f809f9617637566a1a1a660321c86dac482ae6245f49c14a4790d8891bafa0d0386f437b3440baa12060d53a85d96495111580ea83efd7b678fdc7227c7eb62a0f7491acbc1c0adf21c93db1b0a5188d2569f",
"versions": {
"2012.02.22": {
"bin": [
@@ -13167,6 +13167,20 @@
"https://yt-dl.org/downloads/2020.11.01.1/youtube-dl-2020.11.01.1.tar.gz",
"7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a"
]
+ },
+ "2020.11.12": {
+ "bin": [
+ "https://yt-dl.org/downloads/2020.11.12/youtube-dl",
+ "2ff45142a9907ab359d1d20ec7e141adba6b1ed3a56181ecf6c2a279e7db1c55"
+ ],
+ "exe": [
+ "https://yt-dl.org/downloads/2020.11.12/youtube-dl.exe",
+ "97a8c9ac735911a722b5405861ede8a66b02635f00664c5199bd01fd3b67114f"
+ ],
+ "tar": [
+ "https://yt-dl.org/downloads/2020.11.12/youtube-dl-2020.11.12.tar.gz",
+ "aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831"
+ ]
}
}
} \ No newline at end of file