mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 00:54:31 +01:00
release 2014.03.04
This commit is contained in:
parent
47b5a0247f
commit
4948cca3fd
@ -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.03.03/youtube-dl">2014.03.03</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl">2014.03.04</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: 40870f0591f479f4cb5cd8c168d04d49</li>
|
||||
<li><strong>SHA1</strong>: ef3e85a0722b7dbfc537ca24b59c6da8db0d2ffd</li>
|
||||
<li><strong>SHA256</strong>: bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a</li>
|
||||
<li><strong>MD5</strong>: baa44a3e3f97ffbc4e0de3365da8ddcd</li>
|
||||
<li><strong>SHA1</strong>: ba621fd2c69a069a98a7eca81845b4f9c4cf46ab</li>
|
||||
<li><strong>SHA256</strong>: 1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe.sig">sig</a> - ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz.sig">sig</a> - fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930)
|
||||
<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe.sig">sig</a> - bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz.sig">sig</a> - 9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63)
|
||||
</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.03.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.04/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.03.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.04/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/2014.03.03/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.03.04/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>
|
||||
|
@ -288,6 +288,7 @@
|
||||
<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:date</b>: YouTube.com searches, newest videos first</li>
|
||||
<li><b>youtube:search_url</b>: YouTube.com search URLs</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:toplist</b>: YouTube.com top lists, "yttoplist:{channel}:{list title}" (Example: "yttoplist:music:Top Tracks")</li>
|
||||
|
@ -1 +1 @@
|
||||
2014.03.03
|
||||
2014.03.04
|
@ -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-03-03T13:55:58.164249Z</updated>
|
||||
<updated>2014-03-04T03:36:25.389216Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
||||
@ -3605,4 +3605,19 @@
|
||||
<updated>2014-03-03T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04</id>
|
||||
<title>New version 2014.03.04</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.03.04/">https://yt-dl.org/downloads/2014.03.04/</a>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>The youtube-dl maintainers</name>
|
||||
</author>
|
||||
<updated>2014-03-04T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
</feed>
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"latest": "2014.03.03",
|
||||
"signature": "2f6c46bac5d7d07b30f3caab32d42907fcb8661ded2253fb58cb3360fc2373bac4f847044b687dabe81ee919a6e5a6960018c087cebcdfa39949c0b2cb7980fab5bf1d31da71d66305ab145257725c205581ecc07b376dc467bfa3d907b97d5e0fcdbae3b59632696cb52b9f19be863a382ef7c98903b483baf156cffd98969a",
|
||||
"latest": "2014.03.04",
|
||||
"signature": "4a18f203769945c157389be5792a5d413ab0a36598705f619e4b021e98df96918067f79293f1eed97e9f843d071cee31eb8d9137e82afdaecfb639a5e99511683dafeacbcd90e9d32e33cd8fe962779fea67ebd8900d482bcb1ca0ac13576e0dc928fe5d91ab34a20fb66dcb19cff1040a60733c670a389a566f3c179f0de74d",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
@ -3367,6 +3367,20 @@
|
||||
"https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz",
|
||||
"fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930"
|
||||
]
|
||||
},
|
||||
"2014.03.04": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2014.03.04/youtube-dl",
|
||||
"1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe",
|
||||
"bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz",
|
||||
"9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user