release 2013.09.10

This commit is contained in:
Philipp Hagemeister 2013-09-10 11:55:57 +02:00
parent ed8aa85130
commit 347cfe3a4b
5 changed files with 42 additions and 12 deletions

View file

@ -16,21 +16,21 @@
<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/2013.09.07/youtube-dl">2013.09.07</a> (<a href="https://yt-dl.org/downloads/2013.09.07/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.09.10/youtube-dl">2013.09.10</a> (<a href="https://yt-dl.org/downloads/2013.09.10/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 09f1f845e5e00b9abb2c9e58e620af4b</li>
<li><strong>SHA1</strong>: afda2fc15731dfb6183c4f26148a52f008a9b03e</li>
<li><strong>SHA256</strong>: 32a7aecba97115c4136ab2a64f58f5ba4fc6d7adf6ee2a660854a6f62a208505</li>
<li><strong>MD5</strong>: 468fc00dcf53694be40391330d9e98a2</li>
<li><strong>SHA1</strong>: 88ad3f5382625b9f44040998aaf30b9c5848c5d9</li>
<li><strong>SHA256</strong>: bfa428e9a3f2b16f3f19ef7e3c6cbc48749bf4c7a4384bf9a40acd84542300f4</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.09.07/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.07/youtube-dl.exe.sig">sig</a> - 5fe2630cdfedfabf603302ef5a5908b871cba837e6a0fac33cf192f8938d792b)<br>
<a href="https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz.sig">sig</a> - 4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7)
<a href="https://yt-dl.org/downloads/2013.09.10/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.10/youtube-dl.exe.sig">sig</a> - 0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b)<br>
<a href="https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz.sig">sig</a> - 0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef)
</p>
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.07/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.10/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
<p>You can also use pip:
@ -42,7 +42,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/2013.09.07/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/2013.09.10/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>

View file

@ -71,6 +71,7 @@
<li><b>Roxwel</b></li>
<li><b>Sina</b></li>
<li><b>Slashdot</b></li>
<li><b>Slideshare</b></li>
<li><b>Sohu</b></li>
<li><b>Spiegel</b></li>
<li><b>Statigram</b></li>

View file

@ -1 +1 @@
2013.09.07
2013.09.10

View file

@ -2,7 +2,7 @@
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
<atom:title>youtube-dl releases</atom:title>
<atom:id>youtube-dl-updates-feed</atom:id>
<atom:updated>2013-09-08T00:29:35.779928</atom:updated>
<atom:updated>2013-09-10T11:55:56.120924</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -1294,4 +1294,19 @@
<atom:updated>2013-09-07</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.09.10</atom:id>
<atom:title>New version 2013.09.10</atom:title>
<atom:link href="http://rg3.github.io/youtube-dl" />
<atom:content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
Downloads available at <a href="https://yt-dl.org/downloads/2013.09.10/">https://yt-dl.org/downloads/2013.09.10/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-09-10</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.09.07",
"signature": "4303a56afb4d0f2009468b3a2b7178e36b5a6cb7c6f47c643d9cbdc077b802118641ec96d4bbe6bb10f3311b510fa8f04443aedd453d9e829d183e5c818c709ed92fafb2592392aba9cf8e3ad8564a057f3b1e8d8deb1f6264497ad686a0ff30e585435e392b51306ccba0fb1fb255adee72fe216bb43c9e46c396a8d7ea0729",
"latest": "2013.09.10",
"signature": "2a17ee1dd46d5e8b085361cbe7219b9935eba924082eac4e77277532045ba8e3731c2103e7a41dcd7ce711b2c1e49b47a4942556c628a9c04bd5ec491f0dc35d1d838d6a628d77de996263670bad1f5c0d01268d8aa6d5c16aa620103126c41cefc48448886a4d2b2a3e67fe68947304f967eebdaaa4b1e266923986bc36c30d",
"versions": {
"2012.02.22": {
"bin": [
@ -1211,6 +1211,20 @@
"https://yt-dl.org/downloads/2013.09.07/youtube-dl-2013.09.07.tar.gz",
"4b7c09ef5216565950d8633a5e5c1e056a06d76eb5ffd2b7aeda12f10a2b9ad7"
]
},
"2013.09.10": {
"bin": [
"https://yt-dl.org/downloads/2013.09.10/youtube-dl",
"bfa428e9a3f2b16f3f19ef7e3c6cbc48749bf4c7a4384bf9a40acd84542300f4"
],
"exe": [
"https://yt-dl.org/downloads/2013.09.10/youtube-dl.exe",
"0fcc9b50185cfcfa0f5d3941808300c04c212ed0c3ea27847bce9ab4ca8ef60b"
],
"tar": [
"https://yt-dl.org/downloads/2013.09.10/youtube-dl-2013.09.10.tar.gz",
"0c347abf6be6147c216b270a0edef3125058257d41451080b643fcecdea8dbef"
]
}
}
}