release 2013.11.25

This commit is contained in:
Philipp Hagemeister 2013-11-25 03:45:35 +01:00
parent fcaafe5619
commit 94a36fdcea
5 changed files with 45 additions and 14 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.11.24.1/youtube-dl">2013.11.24.1</a> (<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.11.25/youtube-dl">2013.11.25</a> (<a href="https://yt-dl.org/downloads/2013.11.25/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 64709159abe1a292061e1712195f1ce2</li>
<li><strong>SHA1</strong>: f825219d60202d447654710553f45a401d11ec16</li>
<li><strong>SHA256</strong>: 14d9adb433c9ee8210651d491a0957cb0bcddd15614377fc17c3ba1efe78537f</li>
<li><strong>MD5</strong>: aa920e127a0720ae638ea923da799a19</li>
<li><strong>SHA1</strong>: 46236ebdb0d036622c3c1c9eb97535818aebc0cb</li>
<li><strong>SHA256</strong>: 262454753a8c65ae5bb0dd575f3f04331a091379c895beaa61af28f476d4a2ae</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl.exe.sig">sig</a> - 884ee3a11c19246666ce7a343a645b0b06f8ddbb47bdf5466923906bdc89b9d0)<br>
<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz.sig">sig</a> - 5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a)
<a href="https://yt-dl.org/downloads/2013.11.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.25/youtube-dl.exe.sig">sig</a> - 2f39008de71ab8a65022967446a677991e94ff2ba1e0f53c8c83a65518d7ad20)<br>
<a href="https://yt-dl.org/downloads/2013.11.25/youtube-dl-2013.11.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.25/youtube-dl-2013.11.25.tar.gz.sig">sig</a> - d14f9d00aaab19d4647d5f05c831999cad48db093def13785ce7175c110fe5cd)
</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.11.24.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.25/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.11.24.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.25/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.11.24.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.11.25/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

@ -44,7 +44,8 @@
<li><b>clipfish</b></li>
<li><b>CNN</b></li>
<li><b>CollegeHumor</b></li>
<li><b>ComedyCentral</b>: The Daily Show / Colbert Report</li>
<li><b>ComedyCentral</b></li>
<li><b>ComedyCentralShows</b>: The Daily Show / Colbert Report</li>
<li><b>CondeNast</b>: Condé Nast media group: GQ, Glamour, Vanity Fair, Vogue, W Magazine, WIRED</li>
<li><b>Criterion</b></li>
<li><b>CSpan</b></li>
@ -194,6 +195,7 @@
<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>
<li><b>youtube:history</b>: Youtube watch history, "ythistory" keyword (requires authentication)</li>
<li><b>youtube:playlist</b>: YouTube.com playlists</li>
<li><b>youtube:recommended</b>: YouTube.com recommended videos, "ytrec" keyword (requires authentication)</li>
<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>

View file

@ -1 +1 @@
2013.11.24.1
2013.11.25

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-11-24T07:55:05.963348</atom:updated>
<atom:updated>2013-11-25T03:45:33.836180</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -2014,4 +2014,19 @@
<atom:updated>2013-11-24-1</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.11.25</atom:id>
<atom:title>New version 2013.11.25</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.11.25/">https://yt-dl.org/downloads/2013.11.25/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-11-25</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.11.24.1",
"signature": "004769ccfd4f9195b0caeeb0b90a04d9f27fa6075f57f44b400ec1a6596cb11bd6393fd77f94667c290bdab721a978101506bf5abbf794661dc25dab27ed42fd2c96e158d680b398eecdf7e13e4f2ba3db8a3f70552ff8068573574d54cb0169e70bfafc4626ae99f05be18503582fc83e6c6c1947e6840b1869560ea0876a18",
"latest": "2013.11.25",
"signature": "704bb4d3b61a7d6a78933179a32d0ff45c56029afcdd9de9cb3672ab27d4397a43076b0a227bd87f28596e26bc7d976684e5a9243b5302fc900a7ffafcfadd86475aaf2a4765e461764801fc57e792199f4d2f07248a268e032192086b116ae964803eb0d96d332ce00808699122307e70974f46d1704d23c190e5de2f08541d",
"versions": {
"2012.02.22": {
"bin": [
@ -1883,6 +1883,20 @@
"https://yt-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz",
"5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a"
]
},
"2013.11.25": {
"bin": [
"https://yt-dl.org/downloads/2013.11.25/youtube-dl",
"262454753a8c65ae5bb0dd575f3f04331a091379c895beaa61af28f476d4a2ae"
],
"exe": [
"https://yt-dl.org/downloads/2013.11.25/youtube-dl.exe",
"2f39008de71ab8a65022967446a677991e94ff2ba1e0f53c8c83a65518d7ad20"
],
"tar": [
"https://yt-dl.org/downloads/2013.11.25/youtube-dl-2013.11.25.tar.gz",
"d14f9d00aaab19d4647d5f05c831999cad48db093def13785ce7175c110fe5cd"
]
}
}
}