mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-19 12:05:08 +00:00
release 2013.11.22.1
This commit is contained in:
parent
dde4488dd2
commit
0c0e6a64a3
@ -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.22/youtube-dl">2013.11.22</a> (<a href="https://yt-dl.org/downloads/2013.11.22/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2013.11.22.1/youtube-dl">2013.11.22.1</a> (<a href="https://yt-dl.org/downloads/2013.11.22.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 57eb19aab47516f7bcded5378582fee5</li>
|
<li><strong>MD5</strong>: 0c4c6754245e7f689d65fa425104346f</li>
|
||||||
<li><strong>SHA1</strong>: f00598a3595b750599a6bf0ad679f768662157db</li>
|
<li><strong>SHA1</strong>: cdd666e8487d4e8fa7e937f63e0e91d3a0b26920</li>
|
||||||
<li><strong>SHA256</strong>: 5dd2ba5f005bd08f732e34a752c59c94819ac7a09b1d977e4cd82f6203f0a4f4</li>
|
<li><strong>SHA256</strong>: 697e79f323442d5e4ce378bb17b970a54333efbe35759a9d100536f81467096a</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2013.11.22/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.22/youtube-dl.exe.sig">sig</a> - 25bcbcbb0731b78b5e0dba901c8a8272e071174b3241eea82aa8e5f96981901c)<br>
|
<a href="https://yt-dl.org/downloads/2013.11.22.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.22.1/youtube-dl.exe.sig">sig</a> - 8973598b2f2568c42620924a8e41db76e4d3c395e33f001b07045abfdba40ae4)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz.sig">sig</a> - e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45)
|
<a href="https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz.sig">sig</a> - 84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e)
|
||||||
</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.22/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.22.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.22/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.22.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.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>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.22.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>
|
||||||
|
@ -193,8 +193,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.22
|
2013.11.22.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-22T17:48:51.825122</atom:updated>
|
<atom:updated>2013-11-22T20:25:48.693595</atom:updated>
|
||||||
|
|
||||||
<atom:entry>
|
<atom:entry>
|
||||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||||
@ -1954,4 +1954,19 @@
|
|||||||
<atom:updated>2013-11-22</atom:updated>
|
<atom:updated>2013-11-22</atom:updated>
|
||||||
</atom:entry>
|
</atom:entry>
|
||||||
|
|
||||||
|
<atom:entry>
|
||||||
|
<atom:id>youtube-dl-2013.11.22.1</atom:id>
|
||||||
|
<atom:title>New version 2013.11.22.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.22.1/">https://yt-dl.org/downloads/2013.11.22.1/</a>
|
||||||
|
</div>
|
||||||
|
</atom:content>
|
||||||
|
<atom:author>
|
||||||
|
<atom:name>The youtube-dl maintainers</atom:name>
|
||||||
|
</atom:author>
|
||||||
|
<atom:updated>2013-11-22-1</atom:updated>
|
||||||
|
</atom:entry>
|
||||||
|
|
||||||
</atom:feed>
|
</atom:feed>
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"latest": "2013.11.22",
|
"latest": "2013.11.22.1",
|
||||||
"signature": "1ab2e78e0cc61bc2839975603ad3e00874fff3e0f4e9cb877b30e8ace6cea8f34faa0e9350877b1cd5823148bc38c1283851c6f5ad253ce995da92dafe1812f519e5f1598bd6fb7e514eb3ab6f748f1be16921a7d9ee271bf40dfe127d75be8d97aa1270ba0d1ded05577c6752121f238b87ae6e52d436b7bad8f29bb03ddbcc",
|
"signature": "8b098e01200acaad5afacebb2970299d40b8f58e69c74c723bae3b909258c69e0f3ea3db30a8b1ee305959b07f0265f9d1c3098da15bab9c92189b44ed69cc722630e14dbb43e54b778eae78e3eb0e4c7c5e888851234d19cae8112ad0a0c89a6ad0047464ae252f9f6e55cbb9b2515b95b1a4912573fe66c16019b3922339a8",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -1827,6 +1827,20 @@
|
|||||||
"https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz",
|
"https://yt-dl.org/downloads/2013.11.22/youtube-dl-2013.11.22.tar.gz",
|
||||||
"e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45"
|
"e99de431cc0b58d350f73f74d221811a6ee6843036c51aa24b95dfb7de145c45"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2013.11.22.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2013.11.22.1/youtube-dl",
|
||||||
|
"697e79f323442d5e4ce378bb17b970a54333efbe35759a9d100536f81467096a"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2013.11.22.1/youtube-dl.exe",
|
||||||
|
"8973598b2f2568c42620924a8e41db76e4d3c395e33f001b07045abfdba40ae4"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2013.11.22.1/youtube-dl-2013.11.22.1.tar.gz",
|
||||||
|
"84b4ef233b6584ab33fe07d9a535a9820f185c2a0e4a1050cb559d6be0d9100e"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user