release 2014.10.05

gh-pages-ytdl-org
Philipp Hagemeister 10 years ago
parent 507e12d727
commit d55df49929

@ -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.10.02/youtube-dl">2014.10.02</a> (<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.10.05/youtube-dl">2014.10.05</a> (<a href="https://yt-dl.org/downloads/2014.10.05/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: c943aa4412c557facbdf38fcd90d9339</li>
<li><strong>SHA1</strong>: 8b8ba11ca1b3e84231ac8d2eaf320aab511211cd</li>
<li><strong>SHA256</strong>: 87bb637ef344efe1a29f8bab9c8020bb55aba66645eff464715f150f1d026114</li>
<li><strong>MD5</strong>: 552b4d1e2437fa40aee3dde5644fd28e</li>
<li><strong>SHA1</strong>: 8ce629b6c3286693a940619c19fb09035d3c3a83</li>
<li><strong>SHA256</strong>: 4c9a6d10b49e8120ac59a03313ed04242b41578502e4429bf3beff66874ecaf8</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl.exe.sig">sig</a> - ba0db393b2ba1d70a79ef123d7573dee6369e72d0cbe2e8331cb5fe79597b5ad)<br>
<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl-2014.10.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl-2014.10.02.tar.gz.sig">sig</a> - 8edbe07dfbc6eb8b5c6453a09bb22ab33ef7eee560c4720ae9a71549e8fec026)
<a href="https://yt-dl.org/downloads/2014.10.05/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.05/youtube-dl.exe.sig">sig</a> - 8d59969df7402b0155abac119da0f04a848302505caa97ced3d5a0ac2bd7d5f4)<br>
<a href="https://yt-dl.org/downloads/2014.10.05/youtube-dl-2014.10.05.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.05/youtube-dl-2014.10.05.tar.gz.sig">sig</a> - 0bf165e7c23f3ca2a4b1c33a9f20ad1cc91d0488f632415db255144847ffecab)
</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.10.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.05/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.10.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.05/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.10.02/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.10.05/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>

@ -141,9 +141,10 @@
<li><b>Gametrailers</b></li>
<li><b>GDCVault</b></li>
<li><b>generic</b>: Generic downloader that works on some sites</li>
<li><b>Globo</b></li>
<li><b>GodTube</b></li>
<li><b>Golem</b></li>
<li><b>GorillaVid</b>: GorillaVid.in and daclips.in</li>
<li><b>GorillaVid</b>: GorillaVid.in, daclips.in and movpod.in</li>
<li><b>Goshgay</b></li>
<li><b>Grooveshark</b></li>
<li><b>Hark</b></li>
@ -262,6 +263,7 @@
<li><b>Patreon</b></li>
<li><b>PBS</b></li>
<li><b>Photobucket</b></li>
<li><b>PlanetaPlay</b></li>
<li><b>play.fm</b></li>
<li><b>played.to</b></li>
<li><b>Playvid</b></li>
@ -351,6 +353,7 @@
<li><b>TenPlay</b></li>
<li><b>TF1</b></li>
<li><b>ThePlatform</b></li>
<li><b>TheSixtyOne</b></li>
<li><b>ThisAV</b></li>
<li><b>THVideo</b></li>
<li><b>THVideoPlaylist</b></li>

@ -1 +1 @@
2014.10.02
2014.10.05

@ -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-10-02T15:38:44.956728Z</updated>
<updated>2014-10-05T07:59:59.920992Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -5945,4 +5945,19 @@
<updated>2014-10-02T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.05</id>
<title>New version 2014.10.05</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.10.05/">https://yt-dl.org/downloads/2014.10.05/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-10-05T00:00:00Z</updated>
</entry>
</feed>

@ -1,6 +1,6 @@
{
"latest": "2014.10.02",
"signature": "26ecb265ab6eecd8a857d190b9db8119355254a5fe2a73fc3b8072278b92462b78ee97ea004256a88253f8bf92ab43b0759b889d7391a19c12b87096354bdcd851956b0b3f4f4ca6c36db49510db0eb38021cc2d6f358cba9b2f9d26d78b66247a07b654ae199040fc807bda34ae8a3da42f90e47cc8488a6b338095e023d35b",
"latest": "2014.10.05",
"signature": "4b270d6c0c16f894815f3a36adb120d18d095925ed148f5cb9b51ad6c5b11c985439dbcf062f851f06c8c9e11de6d3c74acffc7635689c556963662b3f39ef423b7cbd8426f5f04ac0cf96f1c2e8ae961a564fcd9cd580a75e1f2f9164e764b1f6a4fb5e5ccabbef60eac723c7765227a05db86e04594b670bfcdac7c5abfbcc",
"versions": {
"2012.02.22": {
"bin": [
@ -5551,6 +5551,20 @@
"https://yt-dl.org/downloads/2014.10.02/youtube-dl-2014.10.02.tar.gz",
"8edbe07dfbc6eb8b5c6453a09bb22ab33ef7eee560c4720ae9a71549e8fec026"
]
},
"2014.10.05": {
"bin": [
"https://yt-dl.org/downloads/2014.10.05/youtube-dl",
"4c9a6d10b49e8120ac59a03313ed04242b41578502e4429bf3beff66874ecaf8"
],
"exe": [
"https://yt-dl.org/downloads/2014.10.05/youtube-dl.exe",
"8d59969df7402b0155abac119da0f04a848302505caa97ced3d5a0ac2bd7d5f4"
],
"tar": [
"https://yt-dl.org/downloads/2014.10.05/youtube-dl-2014.10.05.tar.gz",
"0bf165e7c23f3ca2a4b1c33a9f20ad1cc91d0488f632415db255144847ffecab"
]
}
}
}
Loading…
Cancel
Save