mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 11:33:30 +01:00
release 2013.11.18.1
This commit is contained in:
parent
d71ce54c9d
commit
907ea8357a
@ -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>
|
<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.18/youtube-dl">2013.11.18</a> (<a href="https://yt-dl.org/downloads/2013.11.18/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl">2013.11.18.1</a> (<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 9a42df842a3dca611c92229d263fc18b</li>
|
<li><strong>MD5</strong>: 60e9b7d8b2da5fd6ff45b9fe4152ddb8</li>
|
||||||
<li><strong>SHA1</strong>: f858d844eb62ea2247b0a9872e32c554fbd4c8e7</li>
|
<li><strong>SHA1</strong>: 9f520decdc643c08a01c42c740105b8412d3a7f5</li>
|
||||||
<li><strong>SHA256</strong>: ac8da1d41426d51adb66643abc61b406103f2759c37c5e556216bb1727ee4108</li>
|
<li><strong>SHA256</strong>: e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2013.11.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.18/youtube-dl.exe.sig">sig</a> - 74ccf5c71a1ff16c503ba239f5a36a82be18de8c1a09314be9d55ce2d27ea64c)<br>
|
<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe.sig">sig</a> - 29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz.sig">sig</a> - 765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2)
|
<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz.sig">sig</a> - b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
<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.18/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.18.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>If you do not have curl, you can alternatively use a recent wget:
|
<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.18/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.18.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>To check the signature, type:
|
<p>To check the signature, type:
|
||||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.18/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.18.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>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
||||||
|
@ -188,8 +188,8 @@
|
|||||||
<li><b>youtube:favorites</b>: YouTube.com favourite videos, "ytfav" keyword (requires authentication)</li>
|
<li><b>youtube:favorites</b>: YouTube.com favourite videos, "ytfav" keyword (requires authentication)</li>
|
||||||
<li><b>youtube:playlist</b>: YouTube.com playlists</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:recommended</b>: YouTube.com recommended videos, "ytrec" keyword (requires authentication)</li>
|
||||||
<li><b>youtube:search</b>: YouTube.com searches</li>
|
|
||||||
<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>
|
<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>
|
||||||
|
<li><b>youtube:search</b>: YouTube.com searches</li>
|
||||||
<li><b>youtube:show</b>: YouTube.com (multi-season) shows</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:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)</li>
|
||||||
<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
|
<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
|
||||||
|
@ -1 +1 @@
|
|||||||
2013.11.18
|
2013.11.18.1
|
@ -2,7 +2,7 @@
|
|||||||
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
|
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<atom:title>youtube-dl releases</atom:title>
|
<atom:title>youtube-dl releases</atom:title>
|
||||||
<atom:id>youtube-dl-updates-feed</atom:id>
|
<atom:id>youtube-dl-updates-feed</atom:id>
|
||||||
<atom:updated>2013-11-18T13:34:23.678299</atom:updated>
|
<atom:updated>2013-11-18T14:01:28.934181</atom:updated>
|
||||||
|
|
||||||
<atom:entry>
|
<atom:entry>
|
||||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||||
@ -1879,4 +1879,19 @@
|
|||||||
<atom:updated>2013-11-18</atom:updated>
|
<atom:updated>2013-11-18</atom:updated>
|
||||||
</atom:entry>
|
</atom:entry>
|
||||||
|
|
||||||
|
<atom:entry>
|
||||||
|
<atom:id>youtube-dl-2013.11.18.1</atom:id>
|
||||||
|
<atom:title>New version 2013.11.18.1</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.18.1/">https://yt-dl.org/downloads/2013.11.18.1/</a>
|
||||||
|
</div>
|
||||||
|
</atom:content>
|
||||||
|
<atom:author>
|
||||||
|
<atom:name>The youtube-dl maintainers</atom:name>
|
||||||
|
</atom:author>
|
||||||
|
<atom:updated>2013-11-18-1</atom:updated>
|
||||||
|
</atom:entry>
|
||||||
|
|
||||||
</atom:feed>
|
</atom:feed>
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"latest": "2013.11.18",
|
"latest": "2013.11.18.1",
|
||||||
"signature": "3863b8ac479c69950d38cd77230741186013333d5d9a1d7d1078662c3b084834f3e4c0ebb071712a6734d53226123e7f7657a2e274f82e62da2fba10c806ad3d64661319ba5453bd21dff6a2f5491286cafc31983e20bf0913d14e592f13617d9b1d61c5defea3d3bef5b6667a35ad7ba1b2fd392ac6f9dbee1113183138e4d0",
|
"signature": "7c51dfc52975f02c0e9520125410bfd0f110bfdc488c6b411c5698c2ecffa43b4a694418c8e7b5d393db485bff1555c8d121afa74f87c3a3997dfa26bf99a8f30c8877597dd53120948f25cc139a3e50cd6d860d81d2b2a025aa732dd0fd293fe357a36e0d2648ec2b5cafa6eba01bb687e35561947dee31a45d5e1576e0be02",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -1757,6 +1757,20 @@
|
|||||||
"https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz",
|
"https://yt-dl.org/downloads/2013.11.18/youtube-dl-2013.11.18.tar.gz",
|
||||||
"765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2"
|
"765c8213b0f646bb4fcc514643ce132bea80ce0048a641e8a2fe006459e8bce2"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2013.11.18.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2013.11.18.1/youtube-dl",
|
||||||
|
"e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe",
|
||||||
|
"29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz",
|
||||||
|
"b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user