diff --git a/download.html b/download.html index f06877185..8840af6ea 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@ <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="http://youtube-dl.org/downloads/2013.08.14/youtube-dl">2013.08.14</a> (<a href="http://youtube-dl.org/downloads/2013.08.14/youtube-dl.sig">sig</a>)</h2> +<h2><a href="http://youtube-dl.org/downloads/2013.08.15/youtube-dl">2013.08.15</a> (<a href="http://youtube-dl.org/downloads/2013.08.15/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: 0c7406c07ffd45fe95bcad9725d3ef11</li> -<li><strong>SHA1</strong>: 70eebefb57b1db888db2a2f4525ec907414892be</li> -<li><strong>SHA256</strong>: 544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5</li> +<li><strong>MD5</strong>: 047607e458e8e3b5373733761038a089</li> +<li><strong>SHA1</strong>: 43d577e06a22f3d7dc366fa31e4abfa2586161bd</li> +<li><strong>SHA256</strong>: 53f2cfa16c259cd3f6a3a28ce89be4f516d45579ac48452b4ebb4224fcbe5eb9</li> </ul> <p> - <a href="http://youtube-dl.org/downloads/2013.08.14/youtube-dl.exe">Windows exe</a> (<a href="http://youtube-dl.org/downloads/2013.08.14/youtube-dl.exe.sig">sig</a> - 91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d)<br> - <a href="http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz">Full source + docs + binary tarball</a> (<a href="http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz.sig">sig</a> - c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d) + <a href="http://youtube-dl.org/downloads/2013.08.15/youtube-dl.exe">Windows exe</a> (<a href="http://youtube-dl.org/downloads/2013.08.15/youtube-dl.exe.sig">sig</a> - 2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda)<br> + <a href="http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz">Full source + docs + binary tarball</a> (<a href="http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz.sig">sig</a> - 0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: -<code class="commands">sudo wget http://youtube-dl.org/downloads/2013.08.14/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code> +<code class="commands">sudo wget http://youtube-dl.org/downloads/2013.08.15/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> <p>You can also use pip: @@ -42,7 +42,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 http://youtube-dl.org/downloads/2013.08.14/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 http://youtube-dl.org/downloads/2013.08.15/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> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index d86358fb0..e68b4daad 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.14 \ No newline at end of file +2013.08.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6b5b88d92..69ca0e6c5 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"> <atom:title>youtube-dl releases</atom:title> <atom:id>youtube-dl-updates-feed</atom:id> - <atom:updated>2013-08-14T10:23:40.050037</atom:updated> + <atom:updated>2013-08-15T22:53:47.989777</atom:updated> <atom:entry> <atom:id>youtube-dl-2012.02.22</atom:id> @@ -1084,4 +1084,19 @@ <atom:updated>2013-08-14</atom:updated> </atom:entry> + <atom:entry> + <atom:id>youtube-dl-2013.08.15</atom:id> + <atom:title>New version 2013.08.15</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="http://youtube-dl.org/downloads/2013.08.15/">http://youtube-dl.org/downloads/2013.08.15/</a> + </div> + </atom:content> + <atom:author> + <atom:name>The youtube-dl maintainers</atom:name> + </atom:author> + <atom:updated>2013-08-15</atom:updated> + </atom:entry> + </atom:feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 702d1699e..c7be51367 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.14", - "signature": "09a24276680bfd158837350e76c1f703533b559afc7982d99b968714b633ab2ca573408b228b28e509397bf8988e84b5c80f84c5eae623b93ecf735e6247202007d1e8ddbe93defd15edeb649051251d51769c438ce3477f927cae8fb6329adc7dcfcc2af4f1956522b312711667a98d1249221e4a00ff0b33ecb6520f1e0d0f", + "latest": "2013.08.15", + "signature": "7bbfb36cdae701e1d2b0946baa43813fc504e3f0d58613fa34a6a264d9fbc23a604c8a16c0846c67f0ea14d01179d27ec06ccf2542a22a1dbcced0ebf6538a0bfa3820507e8ecc26d23978d18a0eccd586c2203a9e8c34bcd7987715d23c98ebcb53bbf7f8f021e16f00d45f63eeaa7df8d353a9092aba4ba24c29174ccec4bb", "versions": { "2012.02.22": { "bin": [ @@ -1015,6 +1015,20 @@ "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz", "c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d" ] + }, + "2013.08.15": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl", + "53f2cfa16c259cd3f6a3a28ce89be4f516d45579ac48452b4ebb4224fcbe5eb9" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl.exe", + "2aa8b29a7cfd121ca1c88f68f3dc463b3d919e97899b30a6e7133b9ea7c72fda" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.15/youtube-dl-2013.08.15.tar.gz", + "0fb42abb974fec46f9532b09d547bd9e1468547e7c24f9f15289eae4aca1b5d2" + ] } } } \ No newline at end of file