release 2014.09.22

This commit is contained in:
Philipp Hagemeister 2014-09-22 13:11:04 +02:00
parent 9ce623c24d
commit 72166059b3
5 changed files with 46 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/2014.09.19/youtube-dl">2014.09.19</a> (<a href="https://yt-dl.org/downloads/2014.09.19/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.09.22/youtube-dl">2014.09.22</a> (<a href="https://yt-dl.org/downloads/2014.09.22/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: e7319614a9bbc2e7b8fde6aa47486317</li>
<li><strong>SHA1</strong>: ad6be56b719c16ef0bdbf3421547efc5b320decd</li>
<li><strong>SHA256</strong>: c8343d042670d8ecffdb7dd53e5a7988830b3171bde77f83eead12876a0ec820</li>
<li><strong>MD5</strong>: a540e9debf886e844563a292f35741d2</li>
<li><strong>SHA1</strong>: 40a163436680a806fd0e453f858e4e7c21dbe550</li>
<li><strong>SHA256</strong>: 9b9b0aca4c5c824dbd061527ad27f2f94a86177c52ee33b079f631bec15ffba6</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.09.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.19/youtube-dl.exe.sig">sig</a> - 87bee76e9ba039360fa9e332b0cc845dfb9712700a0f02677c4cede3c557ea31)<br>
<a href="https://yt-dl.org/downloads/2014.09.19/youtube-dl-2014.09.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.19/youtube-dl-2014.09.19.tar.gz.sig">sig</a> - 9308b5def3a27065c444b1563ebbcb4c58325732f963fe700613ecfd754ed677)
<a href="https://yt-dl.org/downloads/2014.09.22/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.22/youtube-dl.exe.sig">sig</a> - 140bb92f8a05514e2403d057c8feb0a5f5949e225187ad77895c112c0156b520)<br>
<a href="https://yt-dl.org/downloads/2014.09.22/youtube-dl-2014.09.22.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.22/youtube-dl-2014.09.22.tar.gz.sig">sig</a> - 10f7a5d2269e3f198e1d64cfcabfab2ab4d7dc3f8a2566fbf9e34fdc36e04a46)
</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.09.19/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.09.22/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.09.19/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.22/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/2014.09.19/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.09.22/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

@ -196,6 +196,7 @@
<li><b>MDR</b></li>
<li><b>metacafe</b></li>
<li><b>Metacritic</b></li>
<li><b>Mgoon</b></li>
<li><b>MinistryGrid</b></li>
<li><b>mitele.es</b></li>
<li><b>mixcloud</b></li>
@ -337,11 +338,13 @@
<li><b>TechTalks</b></li>
<li><b>techtv.mit.edu</b></li>
<li><b>TED</b></li>
<li><b>tegenlicht.vpro.nl</b></li>
<li><b>TeleMB</b></li>
<li><b>TenPlay</b></li>
<li><b>TF1</b></li>
<li><b>ThePlatform</b></li>
<li><b>ThisAV</b></li>
<li><b>THVideo</b></li>
<li><b>tinypic</b>: tinypic.com videos</li>
<li><b>tlc.com</b></li>
<li><b>tlc.de</b></li>
@ -427,6 +430,7 @@
<li><b>YouJizz</b></li>
<li><b>Youku</b></li>
<li><b>YouPorn</b></li>
<li><b>YourUpload</b></li>
<li><b>youtube</b>: YouTube.com</li>
<li><b>youtube:channel</b>: YouTube.com channels</li>
<li><b>youtube:favorites</b>: YouTube.com favourite videos, "ytfav" keyword (requires authentication)</li>

View file

@ -1 +1 @@
2014.09.19
2014.09.22

View file

@ -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-09-19T10:02:46.081032Z</updated>
<updated>2014-09-22T13:11:03.416291Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -5810,4 +5810,19 @@
<updated>2014-09-19T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.22</id>
<title>New version 2014.09.22</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.09.22/">https://yt-dl.org/downloads/2014.09.22/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-09-22T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.09.19",
"signature": "026f663e0589a2ecfdb82c2ff0206bd3d351661d067018aa8995f91d5791d98c627067598bf07224cd58eb25458bcb216cd545e995cef1ac8a62562284e36295ee6e4d848276a7a2fc0e0ba0effdf992c6ac2adf755ee14b274a4171dd3a7890af135adff53bfe3db07957c75e3723bb01bf9a762ad2f650a4a877b393407815",
"latest": "2014.09.22",
"signature": "4947e0212c619552b28cf6e43694829b46a6b00cd1a0a40249d57857c026e94e47f2115befd1d4d9b43ed0e1e04c27e4a98683a6d7750a58128403921d220c95bda593a4a57284ab1511b7f1328634137a39d06e82666becd220bf592a6038ef6302b67e4bf1c56a8ccd2b131545ee2e59d7f35efdc20b1cd8148c610a6dd25e",
"versions": {
"2012.02.22": {
"bin": [
@ -5425,6 +5425,20 @@
"https://yt-dl.org/downloads/2014.09.19/youtube-dl-2014.09.19.tar.gz",
"9308b5def3a27065c444b1563ebbcb4c58325732f963fe700613ecfd754ed677"
]
},
"2014.09.22": {
"bin": [
"https://yt-dl.org/downloads/2014.09.22/youtube-dl",
"9b9b0aca4c5c824dbd061527ad27f2f94a86177c52ee33b079f631bec15ffba6"
],
"exe": [
"https://yt-dl.org/downloads/2014.09.22/youtube-dl.exe",
"140bb92f8a05514e2403d057c8feb0a5f5949e225187ad77895c112c0156b520"
],
"tar": [
"https://yt-dl.org/downloads/2014.09.22/youtube-dl-2014.09.22.tar.gz",
"10f7a5d2269e3f198e1d64cfcabfab2ab4d7dc3f8a2566fbf9e34fdc36e04a46"
]
}
}
}