Browse Source

release 2013.11.19

gh-pages-ytdl-org
Philipp Hagemeister 11 years ago
parent
commit
aa0740099f
4 changed files with 42 additions and 13 deletions
  1. +9
    -9
      download.html
  2. +1
    -1
      update/LATEST_VERSION
  3. +16
    -1
      update/releases.atom
  4. +16
    -2
      update/versions.json

+ 9
- 9
download.html 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> <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.18.1/youtube-dl">2013.11.18.1</a> (<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.11.19/youtube-dl">2013.11.19</a> (<a href="https://yt-dl.org/downloads/2013.11.19/youtube-dl.sig">sig</a>)</h2>
<ul> <ul>
<li><strong>MD5</strong>: 60e9b7d8b2da5fd6ff45b9fe4152ddb8</li>
<li><strong>SHA1</strong>: 9f520decdc643c08a01c42c740105b8412d3a7f5</li>
<li><strong>SHA256</strong>: e545eeb1ac9f556780c45db7844db404657ab4798170816bd4e942668d377945</li>
<li><strong>MD5</strong>: eeb82322bd6c6472cbc7bbf4d14a3e72</li>
<li><strong>SHA1</strong>: ec8151ba0c0a3d6b3e245f91c95678a8de48a74d</li>
<li><strong>SHA256</strong>: 41a6f612b311bfdd1bc4eddb6470646a260097fa541b4a68d3e26dad43af02ea</li>
</ul> </ul>
<p> <p>
<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl.exe.sig">sig</a> - 29e34dba2d47a3deba1bec8318eeff8a76d69feedffb691fffc2bc9a3b957837)<br>
<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz.sig">sig</a> - b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42)
<a href="https://yt-dl.org/downloads/2013.11.19/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.19/youtube-dl.exe.sig">sig</a> - 627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06)<br>
<a href="https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz.sig">sig</a> - 59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754)
</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.18.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.19/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.18.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.19/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.18.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/2013.11.19/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>


+ 1
- 1
update/LATEST_VERSION View File

@ -1 +1 @@
2013.11.18.1
2013.11.19

+ 16
- 1
update/releases.atom View File

@ -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-18T14:01:28.934181</atom:updated>
<atom:updated>2013-11-19T12:51:44.308217</atom:updated>
<atom:entry> <atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id> <atom:id>youtube-dl-2012.02.22</atom:id>
@ -1894,4 +1894,19 @@
<atom:updated>2013-11-18-1</atom:updated> <atom:updated>2013-11-18-1</atom:updated>
</atom:entry> </atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.11.19</atom:id>
<atom:title>New version 2013.11.19</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.19/">https://yt-dl.org/downloads/2013.11.19/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-11-19</atom:updated>
</atom:entry>
</atom:feed> </atom:feed>

+ 16
- 2
update/versions.json View File

@ -1,6 +1,6 @@
{ {
"latest": "2013.11.18.1",
"signature": "7c51dfc52975f02c0e9520125410bfd0f110bfdc488c6b411c5698c2ecffa43b4a694418c8e7b5d393db485bff1555c8d121afa74f87c3a3997dfa26bf99a8f30c8877597dd53120948f25cc139a3e50cd6d860d81d2b2a025aa732dd0fd293fe357a36e0d2648ec2b5cafa6eba01bb687e35561947dee31a45d5e1576e0be02",
"latest": "2013.11.19",
"signature": "97bb9c4efc284fa8abf5f4a211119cca2591762ddbed2f13784c384a194bacb04a61fbc32d15a792c977b094136faf0013c34d03e6f6e02af52fa8394c0ce487780161f79a0865202f4fb395218d1712658b5b4e1667508f949f7d75e06a188ad8323abfdc2e5c45d89ca5dc6ef239455c79d36c193da9601f2671440e843292",
"versions": { "versions": {
"2012.02.22": { "2012.02.22": {
"bin": [ "bin": [
@ -1771,6 +1771,20 @@
"https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz", "https://yt-dl.org/downloads/2013.11.18.1/youtube-dl-2013.11.18.1.tar.gz",
"b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42" "b2a46b0c78635dbdc6c0654b156db7c1d03a7db5b0cedc744f1e82bade849e42"
] ]
},
"2013.11.19": {
"bin": [
"https://yt-dl.org/downloads/2013.11.19/youtube-dl",
"41a6f612b311bfdd1bc4eddb6470646a260097fa541b4a68d3e26dad43af02ea"
],
"exe": [
"https://yt-dl.org/downloads/2013.11.19/youtube-dl.exe",
"627659c752eac4895a17417cea6e44a8fb9280f777d230bb865a5ce60e9ffb06"
],
"tar": [
"https://yt-dl.org/downloads/2013.11.19/youtube-dl-2013.11.19.tar.gz",
"59d503475a0fa4059fc7c65130b6c6311e3621cb93930ede63aa4960e9ae0754"
]
} }
} }
} }

Loading…
Cancel
Save