mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
release 2015.07.21
This commit is contained in:
parent
a5d13c04d9
commit
416f66a0b8
5 changed files with 46 additions and 15 deletions
|
@ -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.2+ 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.2+ to work.</p>
|
||||||
|
|
||||||
<h2><a href="https://yt-dl.org/downloads/2015.07.18/youtube-dl">2015.07.18</a> (<a href="https://yt-dl.org/downloads/2015.07.18/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl">2015.07.21</a> (<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: ed58ce6e04ff8b71fc507c5fb640bdcb</li>
|
<li><strong>MD5</strong>: a4728ab730c4553705cd0e0a155a4633</li>
|
||||||
<li><strong>SHA1</strong>: b974db7d77fab7dc61401c5c5bba79d2b97b0775</li>
|
<li><strong>SHA1</strong>: eb9ff0046f3cf55157c3a60e23eb76fabb860adf</li>
|
||||||
<li><strong>SHA256</strong>: 75a2919bc22ccd3b5c02555902984c9a16a931a0a65008ccb1aca5e5a4a4ffd7</li>
|
<li><strong>SHA256</strong>: 08d939036b4178d967665763c383ebc0194dab5540d46acf5933f0008f63d34f</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2015.07.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.07.18/youtube-dl.exe.sig">sig</a> - 23ddfa88973414f3a74564923ee2bb64a1f3b119b466cef85f828de951f0f94f)<br>
|
<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl.exe.sig">sig</a> - 33e68832702ed47a62d8d799f792babfedcfc7954d465e765c6062112a549d12)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2015.07.18/youtube-dl-2015.07.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.07.18/youtube-dl-2015.07.18.tar.gz.sig">sig</a> - 826b3e8f0752d26c1180c7cf9955fda297b2f34abfbf7e9b904f9625388bbe92)
|
<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz.sig">sig</a> - 0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9)
|
||||||
</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/2015.07.18/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.07.21/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
sudo chmod a+rx /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/2015.07.18/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.07.21/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -53,7 +53,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/2015.07.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/2015.07.21/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>
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
<li><b>anitube.se</b></li>
|
<li><b>anitube.se</b></li>
|
||||||
<li><b>AnySex</b></li>
|
<li><b>AnySex</b></li>
|
||||||
<li><b>Aparat</b></li>
|
<li><b>Aparat</b></li>
|
||||||
|
<li><b>AppleConnect</b></li>
|
||||||
<li><b>AppleDaily</b>: 臺灣蘋果日報</li>
|
<li><b>AppleDaily</b>: 臺灣蘋果日報</li>
|
||||||
<li><b>AppleTrailers</b></li>
|
<li><b>AppleTrailers</b></li>
|
||||||
<li><b>archive.org</b>: archive.org videos</li>
|
<li><b>archive.org</b>: archive.org videos</li>
|
||||||
|
@ -501,6 +502,7 @@
|
||||||
<li><b>SportBox</b></li>
|
<li><b>SportBox</b></li>
|
||||||
<li><b>SportBoxEmbed</b></li>
|
<li><b>SportBoxEmbed</b></li>
|
||||||
<li><b>SportDeutschland</b></li>
|
<li><b>SportDeutschland</b></li>
|
||||||
|
<li><b>Sportschau</b></li>
|
||||||
<li><b>Srf</b></li>
|
<li><b>Srf</b></li>
|
||||||
<li><b>SRMediathek</b>: Saarländischer Rundfunk</li>
|
<li><b>SRMediathek</b>: Saarländischer Rundfunk</li>
|
||||||
<li><b>SSA</b></li>
|
<li><b>SSA</b></li>
|
||||||
|
@ -626,8 +628,8 @@
|
||||||
<li><b>Vimple</b>: Vimple - one-click video hosting</li>
|
<li><b>Vimple</b>: Vimple - one-click video hosting</li>
|
||||||
<li><b>Vine</b></li>
|
<li><b>Vine</b></li>
|
||||||
<li><b>vine:user</b></li>
|
<li><b>vine:user</b></li>
|
||||||
<li><b>vk.com</b></li>
|
<li><b>vk</b>: VK</li>
|
||||||
<li><b>vk.com:user-videos</b>: vk.com:All of a user's videos</li>
|
<li><b>vk:uservideos</b>: VK - User's Videos</li>
|
||||||
<li><b>Vodlocker</b></li>
|
<li><b>Vodlocker</b></li>
|
||||||
<li><b>VoiceRepublic</b></li>
|
<li><b>VoiceRepublic</b></li>
|
||||||
<li><b>Vporn</b></li>
|
<li><b>Vporn</b></li>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2015.07.18
|
2015.07.21
|
|
@ -3,7 +3,7 @@
|
||||||
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
|
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
|
||||||
<title>youtube-dl releases</title>
|
<title>youtube-dl releases</title>
|
||||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
|
||||||
<updated>2015-07-18T12:07:26.994724Z</updated>
|
<updated>2015-07-21T17:45:36.541283Z</updated>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
||||||
|
@ -8345,4 +8345,19 @@
|
||||||
<updated>2015-07-18T00:00:00Z</updated>
|
<updated>2015-07-18T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.21</id>
|
||||||
|
<title>New version 2015.07.21</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/2015.07.21/">https://yt-dl.org/downloads/2015.07.21/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2015-07-21T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2015.07.18",
|
"latest": "2015.07.21",
|
||||||
"signature": "4b2061cf55ac3ed4e5fb7d95545fa65a401bc2be44342bce4c7d8680bd536a23dcaf8cc396eceaeae6cd0125c5d3fd411c4717dd3645db58cf593105dc7ec55a6bc9cfc5a8a34a03c83e2f59547ecd9350abd764f616909ff772e2316b095a8b99df65540a4ea144a5bb16ab4a2602a387ea7016df28fa2eeaee443524499ccc",
|
"signature": "295cfb6fd4103a795ccb79f6fb19f0cf69f32d9b760120a53d619105fe0e51dfc235f9f0d67ccd66d139503dd434069c68cb9115629950c4c2f6f4cf580309cc6acc0e662f4774ebfdc3b43e1b0cbbd45e9c5c2d8d2212b3870dc5bf9f7305ecb16629768c44b095cfb7f65ae2bdfda22c78f9f27920345624a11d1d6f501ce0",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -7791,6 +7791,20 @@
|
||||||
"https://yt-dl.org/downloads/2015.07.18/youtube-dl-2015.07.18.tar.gz",
|
"https://yt-dl.org/downloads/2015.07.18/youtube-dl-2015.07.18.tar.gz",
|
||||||
"826b3e8f0752d26c1180c7cf9955fda297b2f34abfbf7e9b904f9625388bbe92"
|
"826b3e8f0752d26c1180c7cf9955fda297b2f34abfbf7e9b904f9625388bbe92"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2015.07.21": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2015.07.21/youtube-dl",
|
||||||
|
"08d939036b4178d967665763c383ebc0194dab5540d46acf5933f0008f63d34f"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2015.07.21/youtube-dl.exe",
|
||||||
|
"33e68832702ed47a62d8d799f792babfedcfc7954d465e765c6062112a549d12"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz",
|
||||||
|
"0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue