mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 03:27:46 +01:00
release 2014.04.03.3
This commit is contained in:
parent
693e0ae049
commit
f7156ab56e
@ -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.04.03.2/youtube-dl">2014.04.03.2</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl">2014.04.03.3</a> (<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: c0ee2c218e9219fe73459d74d47f102b</li>
|
||||
<li><strong>SHA1</strong>: ccc8aa1998e100016350e26bca4b4620432769e3</li>
|
||||
<li><strong>SHA256</strong>: b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475</li>
|
||||
<li><strong>MD5</strong>: 038cfa3f2bdfb903f0a7da681fe94da0</li>
|
||||
<li><strong>SHA1</strong>: ceb854dd830083a94a3662eac6cc9c8be4661242</li>
|
||||
<li><strong>SHA256</strong>: 421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe.sig">sig</a> - 9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz.sig">sig</a> - 17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba)
|
||||
<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe.sig">sig</a> - 1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz.sig">sig</a> - 13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431)
|
||||
</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.04.03.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.03.3/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.04.03.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.03.3/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.04.03.2/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.04.03.3/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>
|
||||
|
@ -63,6 +63,7 @@
|
||||
<li><b>cliphunter</b></li>
|
||||
<li><b>Clipsyndicate</b></li>
|
||||
<li><b>cmt.com</b></li>
|
||||
<li><b>CNET</b></li>
|
||||
<li><b>CNN</b></li>
|
||||
<li><b>CNNBlogs</b></li>
|
||||
<li><b>CollegeHumor</b></li>
|
||||
|
@ -1 +1 @@
|
||||
2014.04.03.2
|
||||
2014.04.03.3
|
@ -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-04-03T15:31:13.472066Z</updated>
|
||||
<updated>2014-04-03T16:25:02.742360Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
||||
@ -4220,4 +4220,19 @@
|
||||
<updated>2014-04-03T00:00:02Z</updated>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.3</id>
|
||||
<title>New version 2014.04.03.3</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.04.03.3/">https://yt-dl.org/downloads/2014.04.03.3/</a>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>The youtube-dl maintainers</name>
|
||||
</author>
|
||||
<updated>2014-04-03T00:00:03Z</updated>
|
||||
</entry>
|
||||
|
||||
</feed>
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"latest": "2014.04.03.2",
|
||||
"signature": "1646a33fb0cbef6a145e779469004ad57872e3b0b7cd83c9ebbea6996551890c956dfc786a32f4509df73fbbaf4b081cc5f4b6e9dff55744743b1ba42ff8a53cce14b3ff0e397e3b4cd9d1a5fc8f8b2b6cf18df06d57e74220511d037a648b53d6918c7893e17b17f5c57098d711452414981bd3797944b2f1817d3511f73fd1",
|
||||
"latest": "2014.04.03.3",
|
||||
"signature": "1e99a12ab766027e13fe77176c4c60f1c1712ccfbac343ef2e79bd780393724ca0bf926a4935baa9d3f2ffe5ec67c938769bc8d17c0fc0c12926f0e37f523fd1b9f59d69c2b26293e6a502ecbdf5b5447bd81ab00ff2137f40920cbaab15294c791b545366d2a28e18a266a521ddceee70202cab0ea67cbb386f9ddc861ea53a",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
@ -3941,6 +3941,20 @@
|
||||
"https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz",
|
||||
"17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba"
|
||||
]
|
||||
},
|
||||
"2014.04.03.3": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2014.04.03.3/youtube-dl",
|
||||
"421cef5f9d6e1d62b71e073102ea82c0ce52fa450c9fb40be663473ac4704332"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2014.04.03.3/youtube-dl.exe",
|
||||
"1d456209c677fd93dc033ddea440229ff2c3502ab44b6215f18ef179e2e30a98"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2014.04.03.3/youtube-dl-2014.04.03.3.tar.gz",
|
||||
"13a981c30b538f85fc76475cea285770564244bff8df3bf4a71234aa009a6431"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user