From d5b8d93710bc42ca15d2181b6f2812c6bef6a768 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Wed, 26 Feb 2014 00:39:22 +0100 Subject: [PATCH] release 2014.02.26 --- download.html | 18 +++++++++--------- supportedsites.html | 2 ++ update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 44 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 11cf9aa31..13f45f1ad 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.3+ to work.</p> -<h2><a href="https://yt-dl.org/downloads/2014.02.25.1/youtube-dl">2014.02.25.1</a> (<a href="https://yt-dl.org/downloads/2014.02.25.1/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl">2014.02.26</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 20809df55c957f5fb38e4386da3cfa12</li> -<li><strong>SHA1</strong>: ca45b530c337ffea78f769357954838ad6bb0b24</li> -<li><strong>SHA256</strong>: 8a4f74c74b8e886c7194e8accaf86fcabbb6e4cd584179cb674cc84000ab9acf</li> +<li><strong>MD5</strong>: 2b459a653971f8fcbf735603b70139e6</li> +<li><strong>SHA1</strong>: 3008dff74c45cbe527132f3101592d24319a83e7</li> +<li><strong>SHA256</strong>: 5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2014.02.25.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.25.1/youtube-dl.exe.sig">sig</a> - 06ad4a3be9d8aa25c6551054e984dd042416da0c58545b734547a79f4f6a58a5)<br> - <a href="https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz.sig">sig</a> - 43fff2189b105ff4247a74a26c7355bcd62a2e677e5d79b8b20c5065fac24e13) + <a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe.sig">sig</a> - 0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece)<br> + <a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz.sig">sig</a> - f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: -<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.25.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.26/youtube-dl -o /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> <p>If you do not have curl, you can alternatively use a recent wget: -<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.25.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.26/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> @@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more </p> <p>To check the signature, type: -<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.25.1/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.26/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> </p> <p>The following GPG keys will be used to sign the binaries and the git tags:</p> diff --git a/supportedsites.html b/supportedsites.html index cc7dd5118..a42a4ac8d 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -154,6 +154,7 @@ <li><b>myvideo</b></li> <li><b>Naver</b></li> <li><b>NBA</b></li> + <li><b>NBC</b></li> <li><b>NBCNews</b></li> <li><b>ndr</b>: NDR.de - Mediathek</li> <li><b>NDTV</b></li> @@ -166,6 +167,7 @@ <li><b>novamov</b>: NovaMov</li> <li><b>Nowness</b></li> <li><b>nowvideo</b>: NowVideo</li> + <li><b>ocw.mit.edu</b></li> <li><b>Ooyala</b></li> <li><b>ORF</b></li> <li><b>PBS</b></li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 716233bfa..0146fecfc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.25.1 \ No newline at end of file +2014.02.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a30dd5ec8..d16127555 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" /> <title>youtube-dl releases</title> <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id> - <updated>2014-02-25T11:23:10.721876Z</updated> + <updated>2014-02-26T00:39:21.007095Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -3530,4 +3530,19 @@ <updated>2014-02-25T00:00:01Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.26</id> + <title>New version 2014.02.26</title> + <link href="http://rg3.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/2014.02.26/">https://yt-dl.org/downloads/2014.02.26/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2014-02-26T00:00:00Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8a5113f5a..62e05a6ac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.25.1", - "signature": "73b5c7e1a3e42c1c90f1f95984f71d7bdad78381c9d62e5f28da26c8c5948169b57fb3c3f25b0bfd7f06c961f594314cf0be936fb0f4efb5c98acce11307172a67836a30512d36e9c1ebe21288a1ae351b3e633e88087d597c7687b8f8ce76ae6c3c095789616bcf7b5ec6a780c0b543b9a7e24642a779e97a16f2813e5761a3", + "latest": "2014.02.26", + "signature": "17b12800ed4dbee090bf8d19b28d35b248d771f231b95de99a57f6b524227af2b09f38c79e6791b01c9c30d23a719b96deb91dc2410cdb581481f6c1b4333c84078c8be8263ea54b47f937689a94f1d2a1cd36d75d34dae7737d553910db833f02e76962209ebd583ba46c04d08d13fa5c818c1db98794b9d854eef1e7c48b85", "versions": { "2012.02.22": { "bin": [ @@ -3297,6 +3297,20 @@ "https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz", "43fff2189b105ff4247a74a26c7355bcd62a2e677e5d79b8b20c5065fac24e13" ] + }, + "2014.02.26": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.26/youtube-dl", + "5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe", + "0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz", + "f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719" + ] } } } \ No newline at end of file