1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

release 2013.12.17.1

This commit is contained in:
Philipp Hagemeister 2013-12-17 04:16:10 +01:00
parent 566ec7305b
commit 9eacff6377
4 changed files with 42 additions and 13 deletions

View file

@ -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/2013.12.17/youtube-dl">2013.12.17</a> (<a href="https://yt-dl.org/downloads/2013.12.17/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl">2013.12.17.1</a> (<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 2660902d19c520385c6a5116d03896f4</li>
<li><strong>SHA1</strong>: 35d534c26861793d7f4a24870c743f540e3b3b3d</li>
<li><strong>SHA256</strong>: dce49d99a472070853bd21174f785f334db1b0a595ac423386c709891d321e09</li>
<li><strong>MD5</strong>: 41e511b3fa74e0c01eaa3e3dd2106340</li>
<li><strong>SHA1</strong>: e4d6fb253fd8c57e4cf59adf33afc1b1e00d5a66</li>
<li><strong>SHA256</strong>: 9956620aab9dd1b57db876480eb0df5c6b1bbfbb12c55651cc518c70539ec244</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.12.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.17/youtube-dl.exe.sig">sig</a> - 2c54a35c503ff3a6e2992dd872da1e700ff0b89e6b714f78f31e4bfe3b31c84e)<br>
<a href="https://yt-dl.org/downloads/2013.12.17/youtube-dl-2013.12.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.17/youtube-dl-2013.12.17.tar.gz.sig">sig</a> - c917df720ec3d9960067e93388837ce0318afef57ec044bd3a8adce8d9d49461)
<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe.sig">sig</a> - 9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933)<br>
<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz.sig">sig</a> - f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee)
</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/2013.12.17/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.17.1/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/2013.12.17/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.17.1/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/2013.12.17/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.12.17.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>
</p>
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>

View file

@ -1 +1 @@
2013.12.17
2013.12.17.1

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-12-17T02:54:16.514537</atom:updated>
<atom:updated>2013-12-17T04:16:09.248686</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -2449,4 +2449,19 @@
<atom:updated>2013-12-17</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.12.17.1</atom:id>
<atom:title>New version 2013.12.17.1</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.12.17.1/">https://yt-dl.org/downloads/2013.12.17.1/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-12-17-1</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.12.17",
"signature": "43c268efdaeb9fe570a802065245476c9b8bd4fe84a6f290885798b05a339b756d7f9e4c90680a0609af651b9ee7b249fbbefb9ff6e29540c32aab9902686a6ca607c9a257916934896f67f36428046962343a732ac3434b861ca8b32c651d00a7af473210d82ad03d1b2ed5d1abe6ac3ac8c73da4fe395f071de2fb821bf20a",
"latest": "2013.12.17.1",
"signature": "16eecf8c3baa0815ef555d77292c50fa2a17b8855f0bf990e8d62e4ceec271ec708060cbd5d9c3a1f97df94125d894cc2732374a025a9b1b01e0dee0d3cf57a40edd80126adc07d3c8f6ebb47e96dae1a31ce53adb8e5ac5a9e3fdf3ee4117e5965fd2d93f3dfc03c96e1382317dbde0ddb75e928df1bf7edc3e2803a6f33ac6",
"versions": {
"2012.02.22": {
"bin": [
@ -2289,6 +2289,20 @@
"https://yt-dl.org/downloads/2013.12.17/youtube-dl-2013.12.17.tar.gz",
"c917df720ec3d9960067e93388837ce0318afef57ec044bd3a8adce8d9d49461"
]
},
"2013.12.17.1": {
"bin": [
"https://yt-dl.org/downloads/2013.12.17.1/youtube-dl",
"9956620aab9dd1b57db876480eb0df5c6b1bbfbb12c55651cc518c70539ec244"
],
"exe": [
"https://yt-dl.org/downloads/2013.12.17.1/youtube-dl.exe",
"9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933"
],
"tar": [
"https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz",
"f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee"
]
}
}
}