release 2013.12.09.2

This commit is contained in:
Philipp Hagemeister 2013-12-09 18:37:18 +01:00
parent 150fc5cece
commit a002dc993a
5 changed files with 44 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.09.1/youtube-dl">2013.12.09.1</a> (<a href="https://yt-dl.org/downloads/2013.12.09.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.12.09.2/youtube-dl">2013.12.09.2</a> (<a href="https://yt-dl.org/downloads/2013.12.09.2/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: edec4ccf27e407ace470bdb1abc907b0</li>
<li><strong>SHA1</strong>: b73a2d80a5aa74dbbae8a7118c3ae84ced982b99</li>
<li><strong>SHA256</strong>: 813be9b8f6daa8c87e7d991f71b4a8154118c71a40cd273643737ce0398e057a</li>
<li><strong>MD5</strong>: 415d3e59ed9a4a8485ea249e750452f6</li>
<li><strong>SHA1</strong>: 0127c38bd4274ca079c31bf42bbfc3f871c8b216</li>
<li><strong>SHA256</strong>: 5ec7406db1ef1dc189c6f01429e5e5b30d26bf80e1a94fd69f47abd6f204aa21</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.12.09.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.09.1/youtube-dl.exe.sig">sig</a> - 2e839b03b3729557cd60335f259497e1266d3abf357a341583e00f6609b3927d)<br>
<a href="https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz.sig">sig</a> - be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23)
<a href="https://yt-dl.org/downloads/2013.12.09.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.09.2/youtube-dl.exe.sig">sig</a> - 8af541fa422e217bd19f8cf7f218bace36d12573260b071fbd2f844834f2d31b)<br>
<a href="https://yt-dl.org/downloads/2013.12.09.2/youtube-dl-2013.12.09.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.09.2/youtube-dl-2013.12.09.2.tar.gz.sig">sig</a> - da7e52806baecb966ef41fb127ee4dba6449f72261f70270cc7092b0e55ea658)
</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.09.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.09.2/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.09.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.09.2/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.09.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/2013.12.09.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>
</p>
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>

View file

@ -139,6 +139,7 @@
<li><b>Slashdot</b></li>
<li><b>Slideshare</b></li>
<li><b>smotri</b>: Smotri.com</li>
<li><b>smotri:broadcast</b>: Smotri.com broadcasts</li>
<li><b>smotri:community</b>: Smotri.com community videos</li>
<li><b>smotri:user</b>: Smotri.com user videos</li>
<li><b>Sohu</b></li>
@ -217,6 +218,7 @@
<li><b>youtube:search:date</b>: YouTube.com searches, newest videos first</li>
<li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)</li>
<li><b>youtube:toplist</b>: YouTube.com top lists, "yttoplist:{channel}:{list title}" (Example: "yttoplist:music:Top Tracks")</li>
<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
<li><b>youtube:watch_later</b>: Youtube watch later list, "ytwatchlater" keyword (requires authentication)</li>
<li><b>ZDF</b></li>

View file

@ -1 +1 @@
2013.12.09.1
2013.12.09.2

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-09T04:12:19.035364</atom:updated>
<atom:updated>2013-12-09T18:37:17.132312</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -2239,4 +2239,19 @@
<atom:updated>2013-12-09-1</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.12.09.2</atom:id>
<atom:title>New version 2013.12.09.2</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.09.2/">https://yt-dl.org/downloads/2013.12.09.2/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-12-09-2</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.12.09.1",
"signature": "4a854b6f84fb5155ef6f9687c0bae8a291a00d1eda180447e10b1f81dfc1c8e20688afca7f23eaab707671d29a8a0a45afea7b8568bd5cb8c5f172165941652e454a2f9cb887dbc43f8f07d11e3a12f44bb11ccb828be903608f5ad0810a7671e4dd102ccbe2dbec26d2ac240caabb78a6a4577cc26d62d4281b02f8c705a600",
"latest": "2013.12.09.2",
"signature": "5aa13f8bc49857bbb345580a4e3d26f210fa0ed015f05b343c9a68861a9a2f4dcb1717f31dda8829b432bbfd35b60018004e04c1c6a6534a62d604657d936037a45aad138b54c33e258ebd3290b421d8e7e42f3866ee75c3d1815c50fc61d61acaf51463fa6916628369e02218bb098cd177017205014cfb5c82a9c1811ed8f1",
"versions": {
"2012.02.22": {
"bin": [
@ -2093,6 +2093,20 @@
"https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz",
"be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23"
]
},
"2013.12.09.2": {
"bin": [
"https://yt-dl.org/downloads/2013.12.09.2/youtube-dl",
"5ec7406db1ef1dc189c6f01429e5e5b30d26bf80e1a94fd69f47abd6f204aa21"
],
"exe": [
"https://yt-dl.org/downloads/2013.12.09.2/youtube-dl.exe",
"8af541fa422e217bd19f8cf7f218bace36d12573260b071fbd2f844834f2d31b"
],
"tar": [
"https://yt-dl.org/downloads/2013.12.09.2/youtube-dl-2013.12.09.2.tar.gz",
"da7e52806baecb966ef41fb127ee4dba6449f72261f70270cc7092b0e55ea658"
]
}
}
}