release 2014.07.30

This commit is contained in:
Philipp Hagemeister 2014-07-30 09:57:28 +02:00
parent 289ff5644d
commit d5289eb78f
5 changed files with 46 additions and 13 deletions

View file

@ -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.07.25.1/youtube-dl">2014.07.25.1</a> (<a href="https://yt-dl.org/downloads/2014.07.25.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl">2014.07.30</a> (<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 12718d1dafcd35f96ccddb94f76c7650</li>
<li><strong>SHA1</strong>: a8789f8a8cb9f1ccfd2f49f97337b61057867ef1</li>
<li><strong>SHA256</strong>: 97d3351a3dfd4243981ade79f42211318c1d8106babf29d3e03637d610679495</li>
<li><strong>MD5</strong>: 711fcf07d2a6d28d17cf0d09f484bf1f</li>
<li><strong>SHA1</strong>: 14e9909d57786288819b45ff6acbe23f6613d54d</li>
<li><strong>SHA256</strong>: b0badf311851c6b800394ae0d91a6040c5f0880c50af85764b52bacfa7f7780c</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.07.25.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.25.1/youtube-dl.exe.sig">sig</a> - 5dca7b64ad20c10f3cf9c3f8ded84d3ac31bec04e72cdef38dc254657a49e793)<br>
<a href="https://yt-dl.org/downloads/2014.07.25.1/youtube-dl-2014.07.25.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.25.1/youtube-dl-2014.07.25.1.tar.gz.sig">sig</a> - f810b985a5252179f81dd9e3b2311a6a212a56978c0e9da3da1135ba675312cc)
<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl.exe.sig">sig</a> - 14413a4992936c3b40addc45fcbbab768d6dc9197af1fdb0af981451ae375d48)<br>
<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl-2014.07.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.30/youtube-dl-2014.07.30.tar.gz.sig">sig</a> - 67866d101b75fc58c111ec024f0d1342c1490e7bcaba31ed96ff69358c1c549b)
</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.07.25.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.30/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.07.25.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.30/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
@ -53,7 +53,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.07.25.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>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.30/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>

View file

@ -22,6 +22,7 @@
<li><b>5min</b></li>
<li><b>8tracks</b></li>
<li><b>9gag</b></li>
<li><b>abc.net.au</b></li>
<li><b>AcademicEarth:Course</b></li>
<li><b>AddAnime</b></li>
<li><b>AdultSwim</b></li>
@ -121,9 +122,11 @@
<li><b>Gamekings</b></li>
<li><b>GameOne</b></li>
<li><b>GameSpot</b></li>
<li><b>GameStar</b></li>
<li><b>Gametrailers</b></li>
<li><b>GDCVault</b></li>
<li><b>generic</b>: Generic downloader that works on some sites</li>
<li><b>GodTube</b></li>
<li><b>GorillaVid</b>: GorillaVid.in and daclips.in</li>
<li><b>Goshgay</b></li>
<li><b>Hark</b></li>
@ -312,6 +315,7 @@
<li><b>tv.dfb.de</b></li>
<li><b>tvigle</b>: Интернет-телевидение Tvigle.ru</li>
<li><b>tvp.pl</b></li>
<li><b>TVPlay</b></li>
<li><b>udemy</b></li>
<li><b>udemy:course</b></li>
<li><b>Unistra</b></li>

View file

@ -1 +1 @@
2014.07.25.1
2014.07.30

View file

@ -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-07-25T10:52:23.768724Z</updated>
<updated>2014-07-30T09:57:26.887471Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -5120,4 +5120,19 @@
<updated>2014-07-25T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.30</id>
<title>New version 2014.07.30</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.07.30/">https://yt-dl.org/downloads/2014.07.30/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-07-30T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.07.25.1",
"signature": "0216879badbe84806214ce7155feea05f6ba965f94c73a272990d1705f418f5d8231df08195b6c0ff83c2b05f394eaab63fe7316295c46eec3b1fb33d764299daea7f21cd4b5ac83a0e375374da9b8dd5c85583024c9cd8f54bcfe925609ebc0f3b55ab4a01a35a7fecc4abf82ae71c2d67f00a2c763a56f40ade5aefa3e0bf5",
"latest": "2014.07.30",
"signature": "4caee03586a53293c99968b28c0e91f9fce8d5a8253bdb0992cd8a6d3a19f397cf3149e955107f713912e9034fab8d2e2198768e6529d6876514a67a29009e4fb6d799f899a47e8b2fafc955933b12b6a694f76510379bd3c98e6400016e731f49d37939a753b2ba0ed7677ef073737dc5d05b02f9c4dc4cb0aae65c4ec753a7",
"versions": {
"2012.02.22": {
"bin": [
@ -4781,6 +4781,20 @@
"https://yt-dl.org/downloads/2014.07.25.1/youtube-dl-2014.07.25.1.tar.gz",
"f810b985a5252179f81dd9e3b2311a6a212a56978c0e9da3da1135ba675312cc"
]
},
"2014.07.30": {
"bin": [
"https://yt-dl.org/downloads/2014.07.30/youtube-dl",
"b0badf311851c6b800394ae0d91a6040c5f0880c50af85764b52bacfa7f7780c"
],
"exe": [
"https://yt-dl.org/downloads/2014.07.30/youtube-dl.exe",
"14413a4992936c3b40addc45fcbbab768d6dc9197af1fdb0af981451ae375d48"
],
"tar": [
"https://yt-dl.org/downloads/2014.07.30/youtube-dl-2014.07.30.tar.gz",
"67866d101b75fc58c111ec024f0d1342c1490e7bcaba31ed96ff69358c1c549b"
]
}
}
}