summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2021-01-03 09:14:43 +0700
committerSergey M․ <dstftw@gmail.com>2021-01-03 09:14:43 +0700
commit747e773e3ecaee86968c19c9044e21752201b074 (patch)
treeba49f0c44ff62191651b95ea438078f8ebfd92b7
parent78a7c60c894b5b3712a5a10277e40c7712f1ff06 (diff)
downloadyoutube-dl-747e773e3ecaee86968c19c9044e21752201b074.tar.gz
youtube-dl-747e773e3ecaee86968c19c9044e21752201b074.tar.xz
youtube-dl-747e773e3ecaee86968c19c9044e21752201b074.zip
release 2021.01.03
-rw-r--r--about.html2
-rw-r--r--download.html12
-rw-r--r--download.html.in2
-rw-r--r--index.html2
-rw-r--r--supportedsites.html9
-rw-r--r--supportedsites.html.in2
-rw-r--r--update/LATEST_VERSION2
-rw-r--r--update/releases.atom17
-rw-r--r--update/versions.json18
9 files changed, 49 insertions, 17 deletions
diff --git a/about.html b/about.html
index 5a4cec886..f00c5127e 100644
--- a/about.html
+++ b/about.html
@@ -44,7 +44,7 @@
 <img alt="Creative Commons License" style="border-width:0"
 src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
 Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
-Copyright © 2011-2020 youtube-dl developers
+Copyright © 2011-2021 youtube-dl developers
 </div>
 </body>
 </html>
diff --git a/download.html b/download.html
index 89950f2dc..53ba0cd5c 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.12.31/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/2021.01.03/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.12.31/youtube-dl">2020.12.31</a> (<a href="https://yt-dl.org/downloads/2020.12.31/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2021.01.03/youtube-dl">2021.01.03</a> (<a href="https://yt-dl.org/downloads/2021.01.03/youtube-dl.sig">sig</a>)</h2>
 
-<p><strong>SHA256</strong>: cf59f6a75726ed262eb6dc93e00731fa7ce9eb54e28d698847406b26b731dc10</p>
+<p><strong>SHA256</strong>: ed02ecd1591285ecf6645a3b9af33852b12d78b8ea5c5731b6236336d6135796</p>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2020.12.31/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.12.31/youtube-dl.exe.sig">sig</a> - SHA256 72ed177d7e59a6f91de6dc554eb37e4f2aad8651e74b50ccdb990a2f9750c093)<br>
-	<a href="https://yt-dl.org/downloads/2020.12.31/youtube-dl-2020.12.31.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.12.31/youtube-dl-2020.12.31.tar.gz.sig">sig</a> - SHA256 094ef8b000a9e9fcaf624eb316ac8d52643224604fdf841a14aa69a5fe9f9859)
+	<a href="https://yt-dl.org/downloads/2021.01.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2021.01.03/youtube-dl.exe.sig">sig</a> - SHA256 a4e2e430faf2a005789227c09accb16bae641a28d34c40586eb654910c8566d2)<br>
+	<a href="https://yt-dl.org/downloads/2021.01.03/youtube-dl-2021.01.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2021.01.03/youtube-dl-2021.01.03.tar.gz.sig">sig</a> - SHA256 91de98ce1ad5d53c912eb810dd747ed30825dbf7eacb09a385ce227232eb1163)
 </p>
 
 <p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
@@ -71,7 +71,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
 <img alt="Creative Commons License" style="border-width:0"
 src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
 Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
-Copyright © 2011-2020 youtube-dl developers
+Copyright © 2011-2021 youtube-dl developers
 </div>
 </body>
 </html>
diff --git a/download.html.in b/download.html.in
index e12c664c5..22bf0a831 100644
--- a/download.html.in
+++ b/download.html.in
@@ -71,7 +71,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
 <img alt="Creative Commons License" style="border-width:0"
 src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
 Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
-Copyright © 2011-2020 youtube-dl developers
+Copyright © 2011-2021 youtube-dl developers
 </div>
 </body>
 </html>
diff --git a/index.html b/index.html
index fdeb40519..7accea91f 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@
 <img alt="Creative Commons License" style="border-width:0"
 src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
 Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
-Copyright © 2011-2020 youtube-dl developers
+Copyright © 2011-2021 youtube-dl developers
 </div>
 </body>
 </html>
diff --git a/supportedsites.html b/supportedsites.html
index 71b446289..06948cca7 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -72,6 +72,7 @@
 	<li><b>appletrailers</b></li>
 	<li><b>appletrailers:section</b></li>
 	<li><b>archive.org</b>: archive.org videos</li>
+	<li><b>ArcPublishing</b></li>
 	<li><b>ARD</b></li>
 	<li><b>ARD:mediathek</b></li>
 	<li><b>ARDBetaMediathek</b></li>
@@ -625,6 +626,7 @@
 	<li><b>Npr</b></li>
 	<li><b>NRK</b></li>
 	<li><b>NRKPlaylist</b></li>
+	<li><b>NRKRadioPodkast</b></li>
 	<li><b>NRKSkole</b>: NRK Skole</li>
 	<li><b>NRKTV</b>: NRK TV and NRK Radio</li>
 	<li><b>NRKTVDirekte</b>: NRK TV Direkte and NRK Radio Direkte</li>
@@ -828,12 +830,13 @@
 	<li><b>ShowRoomLive</b></li>
 	<li><b>Sina</b></li>
 	<li><b>sky.it</b></li>
+	<li><b>sky:news</b></li>
+	<li><b>sky:sports</b></li>
+	<li><b>sky:sports:news</b></li>
 	<li><b>skyacademy.it</b></li>
 	<li><b>SkylineWebcams</b></li>
-	<li><b>SkyNews</b></li>
 	<li><b>skynewsarabia:article</b></li>
 	<li><b>skynewsarabia:video</b></li>
-	<li><b>SkySports</b></li>
 	<li><b>Slideshare</b></li>
 	<li><b>SlidesLive</b></li>
 	<li><b>Slutload</b></li>
@@ -1203,7 +1206,7 @@
 <img alt="Creative Commons License" style="border-width:0"
 src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
 Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
-Copyright © 2011-2020 youtube-dl developers
+Copyright © 2011-2021 youtube-dl developers
 </div>
 </body>
 </html>
diff --git a/supportedsites.html.in b/supportedsites.html.in
index 19e641f0b..106b5245c 100644
--- a/supportedsites.html.in
+++ b/supportedsites.html.in
@@ -22,7 +22,7 @@
 <img alt="Creative Commons License" style="border-width:0"
 src="https://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
 Copyright © 2006-2011 Ricardo Garcia Gonzalez<br />
-Copyright © 2011-2020 youtube-dl developers
+Copyright © 2011-2021 youtube-dl developers
 </div>
 </body>
 </html>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index 1f7f8fc11..c86ce05fb 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2020.12.31
\ No newline at end of file
+2021.01.03
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index b18c7b2cc..ccca42aa9 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-12-31T05:19:40.520055Z</updated>
+    <updated>2021-01-03T09:14:42.045089Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -14390,4 +14390,19 @@
 	    <updated>2020-12-31T00:00:00Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2021.01.03</id>
+	    <title>New version 2021.01.03</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/2021.01.03/">https://yt-dl.org/downloads/2021.01.03/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2021-01-03T00:00:00Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 58c1b4e5c..7591bee8f 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2020.12.31",
-    "signature": "3c1f202890997b20e960e610b1a68c3f273edb6502025d06829e89a025eb739c8f160ae704634710ce60a20e3b57d209f63b0993a7c73d063742be013df1ce888864e0e8406078a0d02d51d0227c30f3cde4d4034fe4edec2a14a4a70851be0f1ea6141c19ac378b2862164ff7191cfe3da73ede4f991d96ad39c850752e8b51",
+    "latest": "2021.01.03",
+    "signature": "3eadeb170688be5a68114fcb284883541da811c35974d88643a27d8dde0a5c6019d6bac88e879ab9f097a2911a6a3f12f544ebeef96217d01a7add48e6f5470248d874402df9e222f228313e5d3337f8c9536cf22eeac6f24eaab7b2c6b434db26224cb6048787bdf8b0033c3ba9553252def6a3f226e80ce6d986e09a80f3f7",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -13433,6 +13433,20 @@
                 "https://yt-dl.org/downloads/2020.12.31/youtube-dl-2020.12.31.tar.gz",
                 "094ef8b000a9e9fcaf624eb316ac8d52643224604fdf841a14aa69a5fe9f9859"
             ]
+        },
+        "2021.01.03": {
+            "bin": [
+                "https://yt-dl.org/downloads/2021.01.03/youtube-dl",
+                "ed02ecd1591285ecf6645a3b9af33852b12d78b8ea5c5731b6236336d6135796"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2021.01.03/youtube-dl.exe",
+                "a4e2e430faf2a005789227c09accb16bae641a28d34c40586eb654910c8566d2"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2021.01.03/youtube-dl-2021.01.03.tar.gz",
+                "91de98ce1ad5d53c912eb810dd747ed30825dbf7eacb09a385ce227232eb1163"
+            ]
         }
     }
 }
\ No newline at end of file