summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey M․ <[email protected]>2020-01-01 05:26:26 +0700
committerSergey M․ <[email protected]>2020-01-01 05:26:26 +0700
commit6424e27c16cc92230a355822a747288ef93c33b0 (patch)
treeba526b3991da6e94965208dbf325b7786fb59e52
parentb8e1172d6c82e4e3d2b6782771ae14749569673d (diff)
downloadyoutube-dl-6424e27c16cc92230a355822a747288ef93c33b0.tar.gz
youtube-dl-6424e27c16cc92230a355822a747288ef93c33b0.zip
release 2020.01.01
-rw-r--r--about.html2
-rw-r--r--donations.html2
-rw-r--r--download.html12
-rw-r--r--download.html.in2
-rw-r--r--index.html2
-rw-r--r--supportedsites.html3
-rw-r--r--supportedsites.html.in2
-rw-r--r--update/LATEST_VERSION2
-rw-r--r--update/releases.atom17
-rw-r--r--update/versions.json18
10 files changed, 46 insertions, 16 deletions
diff --git a/about.html b/about.html
index 765e02f5c..792aed1e1 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-2019 youtube-dl developers
+Copyright © 2011-2020 youtube-dl developers
</div>
</body>
</html>
diff --git a/donations.html b/donations.html
index 49d0b2970..0846887bd 100644
--- a/donations.html
+++ b/donations.html
@@ -37,7 +37,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-2019 youtube-dl developers
+Copyright © 2011-2020 youtube-dl developers
</div>
</body>
</html>
diff --git a/download.html b/download.html
index 3b06d10e1..5816933fb 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.12.25/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.01.01/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.12.25/youtube-dl">2019.12.25</a> (<a href="https://yt-dl.org/downloads/2019.12.25/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2020.01.01/youtube-dl">2020.01.01</a> (<a href="https://yt-dl.org/downloads/2020.01.01/youtube-dl.sig">sig</a>)</h2>
-<p><strong>SHA256</strong>: 78fa233b7c9655149f1ccc0982e5914a6275452d994b550004c973e00f7e1c0a</p>
+<p><strong>SHA256</strong>: 9acc584534957ac8ca764fa16459ea1351f8a241bcab12897a43732b180fb4fc</p>
<p>
- <a href="https://yt-dl.org/downloads/2019.12.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2019.12.25/youtube-dl.exe.sig">sig</a> - SHA256 de331f08d7576fe701757f5999abff83160f0b50cd715b08fd14804028e4c2db)<br>
- <a href="https://yt-dl.org/downloads/2019.12.25/youtube-dl-2019.12.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2019.12.25/youtube-dl-2019.12.25.tar.gz.sig">sig</a> - SHA256 0ea2f15fa68f97ce5a57077a126a85f425cbc996af59e022a4f19fb3d3e6c78d)
+ <a href="https://yt-dl.org/downloads/2020.01.01/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2020.01.01/youtube-dl.exe.sig">sig</a> - SHA256 e3942c50671df0bb8bfc36d8137b5be1a91afd78c969c32146c3b5de54f58b2c)<br>
+ <a href="https://yt-dl.org/downloads/2020.01.01/youtube-dl-2020.01.01.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2020.01.01/youtube-dl-2020.01.01.tar.gz.sig">sig</a> - SHA256 0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d)
</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-2019 youtube-dl developers
+Copyright © 2011-2020 youtube-dl developers
</div>
</body>
</html>
diff --git a/download.html.in b/download.html.in
index ad88fc44c..e46a0698d 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-2019 youtube-dl developers
+Copyright © 2011-2020 youtube-dl developers
</div>
</body>
</html>
diff --git a/index.html b/index.html
index 47f507baa..b2a5aab2d 100644
--- a/index.html
+++ b/index.html
@@ -33,7 +33,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-2019 youtube-dl developers
+Copyright © 2011-2020 youtube-dl developers
</div>
</body>
</html>
diff --git a/supportedsites.html b/supportedsites.html
index acf981058..1bc8f9834 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -776,6 +776,7 @@
<li><b>screen.yahoo:search</b>: Yahoo screen search</li>
<li><b>Screencast</b></li>
<li><b>ScreencastOMatic</b></li>
+ <li><b>ScrippsNetworks</b></li>
<li><b>scrippsnetworks:watch</b></li>
<li><b>SCTE</b></li>
<li><b>SCTECourse</b></li>
@@ -1164,7 +1165,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-2019 youtube-dl developers
+Copyright © 2011-2020 youtube-dl developers
</div>
</body>
</html>
diff --git a/supportedsites.html.in b/supportedsites.html.in
index f7138c13b..19e641f0b 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-2019 youtube-dl developers
+Copyright © 2011-2020 youtube-dl developers
</div>
</body>
</html>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index 31799b5c4..96fe083f3 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2019.12.25 \ No newline at end of file
+2020.01.01 \ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 7c2f12109..2b9738123 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-12-25T01:18:36.974697Z</updated>
+ <updated>2020-01-01T05:26:25.791350Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -13805,4 +13805,19 @@
<updated>2019-12-25T00:00:00Z</updated>
</entry>
+ <entry>
+ <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2020.01.01</id>
+ <title>New version 2020.01.01</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.01.01/">https://yt-dl.org/downloads/2020.01.01/</a>
+ </div>
+ </content>
+ <author>
+ <name>The youtube-dl maintainers</name>
+ </author>
+ <updated>2020-01-01T00:00:00Z</updated>
+ </entry>
+
</feed> \ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index da54cbd51..1d1cb7282 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2019.12.25",
- "signature": "125b6ad7418dfd4c164d7c1b81d94c1aff06d0ba4aabddfb1f6496edc4d09b66e2919abbe4284abc9f0d380400ce6192699777afcac60e9b315c7ef40fa2759bd4bcad77874d0e25e7e1c753f508fd1e1915a3f14f683fe04d9b902661aaa4e378a45e425c6672af5c7e9446ef9798c8937a0ca3e961472d6f6a712a29057940",
+ "latest": "2020.01.01",
+ "signature": "43f6a785531140a41c81f007aea84f61e72d2ca3475bbea29de9411b018664573cadd8250174da5326cfcf68e7e1fe17ccecacb09bd6ae7ea719cd1c64a62e1ec35843733f93027fa2304d01ae14c543ae3e8427e7f14ae280b6837b49aaeb37efac537fd610328a6ee26afd3f504e365e0b660231278aaa219944e25366b9be",
"versions": {
"2012.02.22": {
"bin": [
@@ -12887,6 +12887,20 @@
"https://yt-dl.org/downloads/2019.12.25/youtube-dl-2019.12.25.tar.gz",
"0ea2f15fa68f97ce5a57077a126a85f425cbc996af59e022a4f19fb3d3e6c78d"
]
+ },
+ "2020.01.01": {
+ "bin": [
+ "https://yt-dl.org/downloads/2020.01.01/youtube-dl",
+ "9acc584534957ac8ca764fa16459ea1351f8a241bcab12897a43732b180fb4fc"
+ ],
+ "exe": [
+ "https://yt-dl.org/downloads/2020.01.01/youtube-dl.exe",
+ "e3942c50671df0bb8bfc36d8137b5be1a91afd78c969c32146c3b5de54f58b2c"
+ ],
+ "tar": [
+ "https://yt-dl.org/downloads/2020.01.01/youtube-dl-2020.01.01.tar.gz",
+ "0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d"
+ ]
}
}
} \ No newline at end of file