release 2014.08.22.3

This commit is contained in:
Philipp Hagemeister 2014-08-22 18:45:37 +02:00
parent 0345c8d777
commit deff9e0884
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/2014.08.22.2/youtube-dl">2014.08.22.2</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl">2014.08.22.3</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 341cb182876ed874e9df6d86c64e0812</li>
<li><strong>SHA1</strong>: 69532be9d2474dfcc0997025801d41f3a6b2959e</li>
<li><strong>SHA256</strong>: 440f7262aa9ac25f1f20051607690e8b3f37c7435c6f22bb9f2c24648af1b2ba</li>
<li><strong>MD5</strong>: 841ff4d7adc4a8c7e8574ada4fc037c4</li>
<li><strong>SHA1</strong>: a993669b062b3f4dcf4f45661bdf46046f68c576</li>
<li><strong>SHA256</strong>: fcb4c5cb41fad9a09d9bbc14c25530fca21607ef295da44c34844977f065e8fb</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe.sig">sig</a> - e583816866bf11c70e05c418af90f1c7a31cdcde6b5da19cff1136e1071039a0)<br>
<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz.sig">sig</a> - 6739eda66840bb742c1053701db5c9722f93c42b85408804378789f551d26032)
<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.exe.sig">sig</a> - ecbd8d1f495287ec75cae3c5edd98b96c6cd2aea231cc37d2be52d3999def983)<br>
<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl-2014.08.22.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.22.3/youtube-dl-2014.08.22.3.tar.gz.sig">sig</a> - 315711e772194cde8308b376855c61ad8c08ff51703e6c7d4e2af40074657a43)
</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.08.22.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.22.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/2014.08.22.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.22.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/2014.08.22.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/2014.08.22.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>

View file

@ -234,6 +234,7 @@
<li><b>Patreon</b></li>
<li><b>PBS</b></li>
<li><b>Photobucket</b></li>
<li><b>play.fm</b></li>
<li><b>Playvid</b></li>
<li><b>plus.google</b>: Google Plus</li>
<li><b>pluzz.francetv.fr</b></li>
@ -256,6 +257,7 @@
<li><b>rtlxl.nl</b></li>
<li><b>RTS</b>: RTS.ch</li>
<li><b>rtve.es:alacarta</b>: RTVE a la carta</li>
<li><b>rtve.es:live</b>: RTVE.es live streams</li>
<li><b>RUHD</b></li>
<li><b>rutube</b>: Rutube videos</li>
<li><b>rutube:channel</b>: Rutube channels</li>

View file

@ -1 +1 @@
2014.08.22.2
2014.08.22.3

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-08-22T03:19:33.154787Z</updated>
<updated>2014-08-22T18:45:35.770596Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -5270,4 +5270,19 @@
<updated>2014-08-22T00:00:02Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.22.3</id>
<title>New version 2014.08.22.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/2014.08.22.3/">https://yt-dl.org/downloads/2014.08.22.3/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-08-22T00:00:03Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.08.22.2",
"signature": "2bdc43b0b5267aa824b7d44c2edf45b57b6acdcb2c06c1d7810e0781db168d06dc2acebb6a6ba7a15307f8dd90afb5babb3c6c69af2a278e4f4128ca086b449a7e9a05f2653c43fdef4c52b43d4ca82da51bccddff04027ce9752521f8e90c620a14a9824ce356ca3ba0d9716d3646229fbc3157cd73e19cc34db1a215be2aca",
"latest": "2014.08.22.3",
"signature": "20b9da847f2b0b514cf12b589c999afec998ad18f3007b2f375d82367345f3d110d4ea69ce86b98ea8ddd534f51f5a3d90d2a94566f68f14155f54be022cc7f221a3e62723180756c7671f488c0c70be5945429fe634ac7b0422b40cd6fd794862f84a9b127996e2c93da35902549c30eaf70a1d4a01b9e6043044be3e6facb0",
"versions": {
"2012.02.22": {
"bin": [
@ -4921,6 +4921,20 @@
"https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz",
"6739eda66840bb742c1053701db5c9722f93c42b85408804378789f551d26032"
]
},
"2014.08.22.3": {
"bin": [
"https://yt-dl.org/downloads/2014.08.22.3/youtube-dl",
"fcb4c5cb41fad9a09d9bbc14c25530fca21607ef295da44c34844977f065e8fb"
],
"exe": [
"https://yt-dl.org/downloads/2014.08.22.3/youtube-dl.exe",
"ecbd8d1f495287ec75cae3c5edd98b96c6cd2aea231cc37d2be52d3999def983"
],
"tar": [
"https://yt-dl.org/downloads/2014.08.22.3/youtube-dl-2014.08.22.3.tar.gz",
"315711e772194cde8308b376855c61ad8c08ff51703e6c7d4e2af40074657a43"
]
}
}
}