From 0103a027251fbf52b99eafee6a551f2e54c2f9d1 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Tue, 10 Feb 2015 05:56:38 +0100 Subject: [PATCH] release 2015.02.10.3 --- download.html | 18 +++++++++--------- supportedsites.html | 1 + update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0a34453b6..4427950bd 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.2+ to work.</p> -<h2><a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl">2015.02.10.2</a> (<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl">2015.02.10.3</a> (<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 6eb9b5d66af90248dd5343a475838777</li> -<li><strong>SHA1</strong>: d0cabc09db1f0e249cad13d0769276297283ce3c</li> -<li><strong>SHA256</strong>: 2c1004e16811e4d28e97ab7d4b8ec368b94a8aab248d8224b46553818488eae6</li> +<li><strong>MD5</strong>: ffb8b175d613fb0f6b5b6a40b8c9ddaf</li> +<li><strong>SHA1</strong>: ecf1c4d17358f163f02754e8d6c921d99a51fa4a</li> +<li><strong>SHA256</strong>: 92ec3c6f17b7c4897c496ed86fb54c121d6410e43f84f143c0a32c693bf9ccba</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.exe.sig">sig</a> - ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8)<br> - <a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz.sig">sig</a> - 335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489) + <a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.exe.sig">sig</a> - f5fc4e2f55d862da2fe0c7b32fcf07ad5e21f2b4e06e75b97b3283fd2bedf297)<br> + <a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz.sig">sig</a> - 71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24) </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/2015.02.10.2/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.10.3/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/2015.02.10.2/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.10.3/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> @@ -53,7 +53,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/2015.02.10.2/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/2015.02.10.3/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 68513ecca..0b53931d0 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -240,6 +240,7 @@ <li><b>mailru</b>: Видео@Mail.Ru</li> <li><b>Malemotion</b></li> <li><b>MDR</b></li> + <li><b>media.ccc.de</b></li> <li><b>metacafe</b></li> <li><b>Metacritic</b></li> <li><b>Mgoon</b></li> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 054745c83..6bf3c7d53 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.2 \ No newline at end of file +2015.02.10.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index bcdcbffc9..fb38fc64c 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>2015-02-10T03:36:43.440654Z</updated> + <updated>2015-02-10T05:56:36.731596Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -7610,4 +7610,19 @@ <updated>2015-02-10T00:00:02Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.3</id> + <title>New version 2015.02.10.3</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/2015.02.10.3/">https://yt-dl.org/downloads/2015.02.10.3/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2015-02-10T00:00:03Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9325b48cb..3a9a5fbee 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.2", - "signature": "18eeeeb6cce3c1a5f2da39ceebf8d8b8864f541b13260975458ae5b9757fc1b93e1be92a32772d4f290399d7665b106807ff6e48a24089593f830b059934f31dbcd1eabf4aaa541089630edbed8dc6cee1c6974e0f770f718bc6d255fa2da3ea78a04e958f3150a884548a5adcf535529dd948928e3c41cb68fac441a31e8599", + "latest": "2015.02.10.3", + "signature": "7f311f59e9d66e5c252a3db7b72e54365c199c939cfb21d25fa30cefa72b6ee4d8d8103d640f8626e96da003d57b7edd82ec9ae08a2c13b277121cf82cea1e49460ced2aa32cc8cc55cb3aa915db63ba37223efd52fe6c4689a1e20e6289fe84c9889574e61ef33b8b7f857bdb5d624af97f3cbf67dd94d0d8cfbb4b34d760eb", "versions": { "2012.02.22": { "bin": [ @@ -7105,6 +7105,20 @@ "https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz", "335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489" ] + }, + "2015.02.10.3": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl", + "92ec3c6f17b7c4897c496ed86fb54c121d6410e43f84f143c0a32c693bf9ccba" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.exe", + "f5fc4e2f55d862da2fe0c7b32fcf07ad5e21f2b4e06e75b97b3283fd2bedf297" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz", + "71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24" + ] } } } \ No newline at end of file